Dear Stephen,
Thank you very much once more for your comments and the suggestion of literature! Btw, is it appropriate to use the dynamic probit commpand you provided to the case of dynamic logit model?
You have mentioned in another post that dynamic probit is more commonly used than dynamic logit model, and Wooldridge argued that it is easier to interpret dynamic probit than dynamic logit.
However, I find that Wooldridge mentioned in his paper in 2005 that
So I am not sure about the use of his dynamic probit to the case of dynamic logit.
Thank you very much once more for your comments and the suggestion of literature! Btw, is it appropriate to use the dynamic probit commpand you provided to the case of dynamic logit model?
Code:
xtprobit outcome_t lagged_outcome $predictors $avge_tvar outcome_t_1 if wave > wavefirst, i(pid)
However, I find that Wooldridge mentioned in his paper in 2005 that
When specialized to the binary response model, the approach here is more flexible, and computationally much simpler: the response probability can have the probit or logit form, strictly exogenous explanatory variables are easily incorporated along with a lagged dependent variable, and standard random effects software can be used to estimate the parameters and averaged effects.
Comment