I've always used outreg2 to output my regression results into excel. Using Stata15, the exact code that ran in Stata14 now gets an error:
melogit binary age female i.time##i.category || id: , pweight(weight)
outreg2 using "results.xls", dec(2) replace
equation / not found
r(303);
I can confirm that outreg2 works when running OLS regression and output. Is there something that changed with Stata15 for mixed model output?
melogit binary age female i.time##i.category || id: , pweight(weight)
outreg2 using "results.xls", dec(2) replace
equation / not found
r(303);
I can confirm that outreg2 works when running OLS regression and output. Is there something that changed with Stata15 for mixed model output?
Comment