Dear all,
I am estimating (using the cmp command) a system of 2 equations where the first dependent variable is "years of education" and the second dependent variable is "hours of work", as follow:
cmp (years_of_education = `set_of_controls_equation1) (hours_of_work = `set_of_controls_equation2), ind($cmp_cont "cond(hours_of_work>0, $cmp_cont, $cmp_left)") qui svy
I want to get and display the marginal effects of all covariates.. This is of particular interest for interpreting the results of the second equation, which is indeed estimated as a Tobit regression in the system.
I have tried several attempts starting as "margins, dydx(*) ...." but in vain. Any help about this please? Thank you very much in advance.
I am estimating (using the cmp command) a system of 2 equations where the first dependent variable is "years of education" and the second dependent variable is "hours of work", as follow:
cmp (years_of_education = `set_of_controls_equation1) (hours_of_work = `set_of_controls_equation2), ind($cmp_cont "cond(hours_of_work>0, $cmp_cont, $cmp_left)") qui svy
I want to get and display the marginal effects of all covariates.. This is of particular interest for interpreting the results of the second equation, which is indeed estimated as a Tobit regression in the system.
I have tried several attempts starting as "margins, dydx(*) ...." but in vain. Any help about this please? Thank you very much in advance.
Comment