Using Stata 15.1, I was wondering how I test for equality of the coefficients for the marginal effects.
Example below.
use http://www.stata-press.com/data/r13/sysdsn1
mlogit insure age i.male i.nonwhite i.site
test [Indemnity]age = [Prepaid]age
margins, dydx(*) predict(outcome(Indemnity))
margins, dydx(*) predict(outcome(Prepaid))
How do I perform the equivalent test test [Indemnity]age = [Prepaid]age?
Related Posts with mlogit + margins + test
Control time effects for quarterly dataHi everyone, I'm a student and I am quite new to Stata. I'm doing my thesis and being stuck at this…
Panel data mixed logit modelHi All I am attempting to calibrate a panel data mixed logit model. Can the time variable (which ne…
reshape wide to long, no existing j variableDear All, I am dealing with DHS-Turkey dataset. The form of the data is wide. Each case id represen…
Checking residuals and heteroskedasticityHi, everyone! I'm happy to find this forum as a student in master course. I want to ask 2 questions…
new on SSC: mkproject create a new project folder with boilerplate codeThanks to Kit Baum a new package is now available on SSC: mkproject. The purpose of this package is …
Subscribe to:
Post Comments (Atom)
0 Response to mlogit + margins + test
Post a Comment