Hi all,
I fitted my model using both Maximum Likelihood estimator(MLE) and two-step estimator by -Heckman-. I have a few questions:
For MLE,
(1). do the coefficients in the outcome equation represent the estimated marginal effects of the regressors in the underlying regression equation (as mentioned in Stata -Heckman- manual)?
margins, dydx(varlist)
I got average marginal effects exactly the same from the outcome coefficients.
(2).I also want to calculate the average marginal effects ONLY for the probit model, as coefficients in probit model are just estimates that maximize the likelihood function.
margins, dydx(varlist) predict(psel) noestimcheck
The -noestimcheck - option is used, because my independent variables are all factor variables, without the option, -margins- get "(not estimable)" message in the table.
Could anyone check what's wrong with my codes? What should I use for two-step estimator?
Thanks in advance.
I fitted my model using both Maximum Likelihood estimator(MLE) and two-step estimator by -Heckman-. I have a few questions:
For MLE,
(1). do the coefficients in the outcome equation represent the estimated marginal effects of the regressors in the underlying regression equation (as mentioned in Stata -Heckman- manual)?
margins, dydx(varlist)
I got average marginal effects exactly the same from the outcome coefficients.
(2).I also want to calculate the average marginal effects ONLY for the probit model, as coefficients in probit model are just estimates that maximize the likelihood function.
margins, dydx(varlist) predict(psel) noestimcheck
The -noestimcheck - option is used, because my independent variables are all factor variables, without the option, -margins- get "(not estimable)" message in the table.
Could anyone check what's wrong with my codes? What should I use for two-step estimator?
Thanks in advance.
Comment