Hello there
I'm trying to make a nice table for my logistic regression results using putexcel command but I couldn't find the scalars I need. The framework would be Odds ratio, 95% Confidence intervals and p-value.
Now I ran the command:
logit top i.gest_c, base level(95)
and then ereturn list:
scalars:
e(rank) = 2
e(N) = 1474
e(ic) = 4
e(k) = 3
e(k_eq) = 1
e(k_dv) = 1
e(converged) = 1
e(rc) = 0
e(ll) = -889.8136445574683
e(k_eq_model) = 1
e(ll_0) = -922.7348412688314
e(df_m) = 1
e(chi2) = 65.84239342272622
e(p) = 4.88461896337e-16
e(N_cdf) = 0
e(N_cds) = 0
e(r2_p) = .0356778515766175
macros:
e(cmdline) : "logit top i.gest_c, base level(95)"
e(cmd) : "logit"
e(estat_cmd) : "logit_estat"
e(predict) : "logit_p"
e(marginsok) : "default Pr"
e(marginsnotok) : "stdp DBeta DEviance DX2 DDeviance Hat Number Residuals RStandard SCore"
e(title) : "Logistic regression"
e(chi2type) : "LR"
e(opt) : "moptimize"
e(vce) : "oim"
e(user) : "mopt__logit_d2()"
e(ml_method) : "d2"
e(technique) : "nr"
e(which) : "max"
e(depvar) : "top"
e(properties) : "b V"
matrices:
e(b) : 1 x 3
e(V) : 3 x 3
e(Cns) : 1 x 4
e(mns) : 1 x 3
e(rules) : 1 x 4
e(ilog) : 1 x 20
e(gradient) : 1 x 3
I couldn't fine what I need to export the results
thanks
0 Response to Putexcel command for logistic regression
Post a Comment