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
help on counting with multiple criteriasHello, I am new to Stata hence excuse my basic questions. I have the following data set(example). I …
Interpretation Psmatch2 commandI want to use the psmatch2 command to examine the impact of a treatment/exposure on an outcome varia…
Autocorrelation and Heteroskedasticity in panel data using fixed effect modelHello everyone, I'm currently facing a common issue in panel data regression. I'm doing empirical re…
Clustered DiD with staggered eventsI'm trying to do a Difference in Difference estimate with clusters and staggering events. I have in…
Bar plot comparing multiple variables among two groupsHi all, I am trying to draw a bar plot comparing multiple variables among two groups. var1 is the g…
Subscribe to:
Post Comments (Atom)
0 Response to mlogit + margins + test
Post a Comment