Hi Statalists,
I left the command "melogit" running overnight (with survey weights adjusted) in Stata 18 SE. It is still not finished. No error message. It just keeps running. Is there any way I can speed up the estimation?
This is my code:
melogit DV var1 var2 var3 var4 var5 c.wave [pweight=level1wgt] || id:wave, pweight(level2wgt) pwscale(size) vce(cluster unique_secu) nolog or
Thank you.
I left the command "melogit" running overnight (with survey weights adjusted) in Stata 18 SE. It is still not finished. No error message. It just keeps running. Is there any way I can speed up the estimation?
This is my code:
melogit DV var1 var2 var3 var4 var5 c.wave [pweight=level1wgt] || id:wave, pweight(level2wgt) pwscale(size) vce(cluster unique_secu) nolog or
Thank you.
Comment