I am running a clogit model and I installed spost13 to get the fitstats for the model.
here is the code (after the clogit)
est sto calls1
estadd fitstat
. estadd fitstat
Measures of Fit for clogit of callc1
(Multiple outcomes per group for clogit: Count R2 may not be valid)
Log-Lik Intercept Only: -9407.220 Log-Lik Full Model: -9361.516
D(542): 18723.032 LR(11): 91.407
Prob > LR: 0.000
McFadden's R2: 0.005 McFadden's Adj R2: 0.004
ML (Cox-Snell) R2: 0.152 Cragg-Uhler(Nagelkerke) R2: 0.152
Count R2: 0.128
AIC: 33.897 AIC*n: 18745.032
BIC: 15300.108 BIC': -21.938
BIC used by Stata: 18863.941 AIC used by Stata: 18745.032
added scalars:
I am using esttab to create the output and the code (pl see below) produces the table with results but strangely, not the pseudo r2.
Maybe the estadd is not adding the scalars for some reason or maybe I am addressing the statistic incorrectly.
I expect the fix is simple but it is eluding me!
I would appreciate any help. I am running several models and I am almost resigned to copying and pasting the pseudo R2 by hand into tables from the output window.
Thanks
--------------------------
. esttab callc1 , cells(b(star fmt(5)) se(par fmt(5))) scalars(N ll r2_ml aic bic )
----------------------------
(1)
callc1
b/se
----------------------------
callc1
sumproduct1 -0.00348***
(0.00097)
sumissue1 0.00154
--some rows deleted--
2.quarter -0.19770
(0.10303)
3.quarter 0.15450
(0.08316)
4.quarter 0.00126
(0.07408)
----------------------------
N 365837
ll -9361.5
r2_ml .
aic 18745.0
bic 18863.9
----------------------------
Related Posts with esttab result table does not provide pseudo r2 (r2_ml) calculated with fitstat...(clogit model)
Merging datasetsHi stata experts, I am trying to merge two datasets. The first dataset (A) has 39,082 observations …
Interaction terms in Probit RegressionDear Stata Expert, I have a question related to interpretation of interaction terms in a Probit mod…
See change in composition of traded goods according to Product Complexity IndexDear Statalisters, I want to measure the influence of trade agreements on the composition of the tr…
I would like to add up value label 2+3 4+5 and 6+7 to have 1,2,3,4 in the endAs u can see in the photo, I have 7 value labels. I would like to add up value label 2+3 4+5 and 6+7…
Fam MacBeth two stage regression Dear sir, following is the command for Fam MacBeth two stage regression with Newey-West standard er…
Subscribe to:
Post Comments (Atom)
0 Response to esttab result table does not provide pseudo r2 (r2_ml) calculated with fitstat...(clogit model)
Post a Comment