You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the big missing features in the stats modelling Julia ecosystem includes marginal effects-related computations (emmeans and marginaleffects in R).
These mostly rely on a processing of model-predictions, which itself relies on the ability to generate datagrids. Datagrids are also very useful for model-based visualization.
I am interested in implementing such a method in Julia, and I think that this package would likely be the best place for it, as it's something fairly generic. What do you think?
The text was updated successfully, but these errors were encountered:
One of the big missing features in the stats modelling Julia ecosystem includes marginal effects-related computations (emmeans and marginaleffects in R).
These mostly rely on a processing of model-predictions, which itself relies on the ability to generate datagrids. Datagrids are also very useful for model-based visualization.
I am interested in implementing such a method in Julia, and I think that this package would likely be the best place for it, as it's something fairly generic. What do you think?
The text was updated successfully, but these errors were encountered: