Dear Stata Community:
I am trying to ascertain the following statistical outcomes, including R^2, F, etc. after the mibeta regression. Can anyone help with my coding error below.
Appreciate anyone's thoughts-
Pat
. mibeta ZMATH ib3.MOMDEG [pweight=W1P0]
. outreg2 using regression.xls, replace excel dec(2) alpha(0.001, 0.01, 0.05) addstat( ///
> dfModel, e(df_m_mi), dfError, e(df_r_mi), F, e(F_mi), R2, e(r2_mi)
matrix e(b) not found; run/post a regression, or specify varlist for non-regression outputs
r(111);
end of do-file
I am trying to ascertain the following statistical outcomes, including R^2, F, etc. after the mibeta regression. Can anyone help with my coding error below.
Appreciate anyone's thoughts-
Pat
. mibeta ZMATH ib3.MOMDEG [pweight=W1P0]
. outreg2 using regression.xls, replace excel dec(2) alpha(0.001, 0.01, 0.05) addstat( ///
> dfModel, e(df_m_mi), dfError, e(df_r_mi), F, e(F_mi), R2, e(r2_mi)
matrix e(b) not found; run/post a regression, or specify varlist for non-regression outputs
r(111);
end of do-file
Comment