Hello there,
I am working with a panel dataset with lots of dummys, and want to run a probit to work out the probability in a given period of taking out insurance. As my independent variables I have dummies such as has there been a fire before, was the income in the last period above a certain value etc. What I would also like to do is have lags of the insurance dummy, so whether insurance was taken out last period, and the period before that.
Edit: Solved that.
My issue now is after running the probit, I want to work out the marginal effects, but when I do
margins, dydx(*) atmeans
I get the error
default prediction is a function of possibly stochastic quantities other than e(b),
what does this mean?
I am working with a panel dataset with lots of dummys, and want to run a probit to work out the probability in a given period of taking out insurance. As my independent variables I have dummies such as has there been a fire before, was the income in the last period above a certain value etc. What I would also like to do is have lags of the insurance dummy, so whether insurance was taken out last period, and the period before that.
Edit: Solved that.
My issue now is after running the probit, I want to work out the marginal effects, but when I do
margins, dydx(*) atmeans
I get the error
default prediction is a function of possibly stochastic quantities other than e(b),
what does this mean?
Comment