Equivalence between model based::estimate_means() and marginal effects::avg_predictions #582
Unanswered
rbcavanaugh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm hoping to get some guidance on equivalencies between
modelbased::esimate_means()andmarginaleffects::avg_predictions()since modelbased uses marginaleffects on the backend.for example in a multiple regression model:
I was expecting these to be the same (which they are, but of course "average" is not)
As well as these: (but this one I'm less sure about).
or perhaps it would make sense that "average" and "mean" return the same output"
Would it be possible to create a quick map between the arguments for modelbased and marginal effects that create the same estimates?
Beta Was this translation helpful? Give feedback.
All reactions