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
Related Posts with mibeta command and statistical output
tsspell problemDear All, I found this question here (https://bbs.pinggu.org/thread-9071118-1-1.html). The data set …
Heckprobit model with no outputHi everyone, I'm working on a project about internet lending which focuses on the relationship betw…
capture a change over time within idHi I have a panel data of N couples (id) over 6 time periods the variable h_child is equal to "1" if…
Does minbound run with logs?I am using minbound to find the solution to an equation the involves log (equivalent to solver in Ex…
Plotting Quantile treatment effects with 95% confidence intervalDear statalist, I am using the following code to plot the QTE along with 95 % CI. capture postuti…
Subscribe to:
Post Comments (Atom)
0 Response to mibeta command and statistical output
Post a Comment