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
calculating a formula in stataHello everyone I have a sample of 100 rnormal() in stata, am going to calculate this formula in stat…
Probit model with fixed effectsDear all, I am estimating a probit model with individual-level data on sickness and district-level …
Bar Graph with multiples variables and categoriesHi, everyone! I need to perform a bar graph with 2 variables containing 4 categories each. The 2 var…
Remove gaps between the y-axis first or last ticks and horizontal frames of a box plotHi Stata box plot experts; I am sketching a box plot using Stata. These are my codes for y-axis lab…
Problems with Panel Data AnalysisHello everyone, I'm dealing with panel data analysis and still confused about few things I have a t…
Subscribe to:
Post Comments (Atom)
0 Response to mlogit + margins + test
Post a Comment