Hello statalist,
I am estimating a dynamic, random effects probit model and using -redprob-, a module developed by Mark Stewart to do so. I'm wondering if anyone who has used it could tell me how they have calculated the average partial effect? . The model was
where pid is the panel variable and n the time variable. This is all in accordance with the syntax for redprob as detailed here:
http://www2.warwick.ac.uk/fac/soc/ec...edprobnote.pdf
I attempted to use the
command, where lbelnmw is the lagged dependent variable of interest, but I got the following message:
option pu0 not allowed
I assume it is possible to calculate the average partial effects (Mark Stewart does in another paper) as the coefficients don't mean much without them. All I can get is linear predictions, which are not what I want.
Thanks for any help
I am estimating a dynamic, random effects probit model and using -redprob-, a module developed by Mark Stewart to do so. I'm wondering if anyone who has used it could tell me how they have calculated the average partial effect? . The model was
Code:
reprob belnmw lbelnmw $variables ($instruments), quadrat(10) i(pid) t(n)
http://www2.warwick.ac.uk/fac/soc/ec...edprobnote.pdf
I attempted to use the
Code:
margins, predict(pu0) at(lbelnmw=0) atmeans
option pu0 not allowed
I assume it is possible to calculate the average partial effects (Mark Stewart does in another paper) as the coefficients don't mean much without them. All I can get is linear predictions, which are not what I want.
Thanks for any help
Comment