I have a 0/1 dependent variable: firm adopting technology (1 = adoption, 0 otherwise). I have around 8400 observations with only 70 1's. I tried logit model for adoption and it never converged. Then I tried ReLogit but my stata would always say: cannot find ReLogit. Then I tried firthlogit ad it again would not converge. Lastly, I tried mlogit by using initial values from the linear probability model and it threw the following error after around 2200 iterations.
nvsym(): 3900 unable to allocate real <tmp>[584,584]
opt__adjH(): - function returned error
opt__singularH_m_marquardt(): - function returned error
opt__looputil_step(): - function returned error
opt__loop_nr(): - function returned error
_moptimize(): - function returned error
Mopt_maxmin(): - function returned error
<istmt>: - function returned error
Can someone help here?
Best,
Guneet
nvsym(): 3900 unable to allocate real <tmp>[584,584]
opt__adjH(): - function returned error
opt__singularH_m_marquardt(): - function returned error
opt__looputil_step(): - function returned error
opt__loop_nr(): - function returned error
_moptimize(): - function returned error
Mopt_maxmin(): - function returned error
<istmt>: - function returned error
Can someone help here?
Best,
Guneet
Comment