Hi
I am currently running ivprobit with an unbalanced dataset. Assume that the panel has more than half a million observations, and I want to take user-level fixed effects into command; how can I achieve with speed?
ivprobit y (x = z) control1 control2 control3 i.timeperiod i.userid2, vce(cluster userid)
I have been trying to solve this problem for weeks. Simply put in this command with less than 10k observations is ok, but if there are too many observations, the computer takes forever to run.
Thanks in advance,
Oli
I am currently running ivprobit with an unbalanced dataset. Assume that the panel has more than half a million observations, and I want to take user-level fixed effects into command; how can I achieve with speed?
ivprobit y (x = z) control1 control2 control3 i.timeperiod i.userid2, vce(cluster userid)
I have been trying to solve this problem for weeks. Simply put in this command with less than 10k observations is ok, but if there are too many observations, the computer takes forever to run.
Thanks in advance,
Oli
Comment