Dear Statalist users,
I have estimated a bivariate tobit model where I have two dependent variables, using the mvtobit command (multivariate tobit).
Now, I would like to compute marginal effects for each equation.
Accordingly, I have two tasks to do:
a. prediction corrected for bottom coding at 0 (since both of the dependent variables are bottom-censored at 0)
b. prediction for each dependent variable
I know the following commands:
i. "margins, dydx(x) predict(ystar(0,.)))": prediction corrected for bottom coding at 0
ii. "predict(pmarg1)" and "predict(pmarg2)": prediction for equation 1 and equation 2, respectively.
Command i. is not appropriate because I have two equations (hence two dependent variables).
Moreover, command ii. does not work; it seems to me that the commands (i.e., predict(pmarg1), predict(pmarg2)) are packaged in Stata.
Is there any way I could compute marginal effects for each dependent variable, corrected for bottom coding at 0?
I would very much appreciate your help.
I have estimated a bivariate tobit model where I have two dependent variables, using the mvtobit command (multivariate tobit).
Now, I would like to compute marginal effects for each equation.
Accordingly, I have two tasks to do:
a. prediction corrected for bottom coding at 0 (since both of the dependent variables are bottom-censored at 0)
b. prediction for each dependent variable
I know the following commands:
i. "margins, dydx(x) predict(ystar(0,.)))": prediction corrected for bottom coding at 0
ii. "predict(pmarg1)" and "predict(pmarg2)": prediction for equation 1 and equation 2, respectively.
Command i. is not appropriate because I have two equations (hence two dependent variables).
Moreover, command ii. does not work; it seems to me that the commands (i.e., predict(pmarg1), predict(pmarg2)) are packaged in Stata.
Is there any way I could compute marginal effects for each dependent variable, corrected for bottom coding at 0?
I would very much appreciate your help.
Comment