Dears,
I using the command fitstat, diff to compare different models. In particular I am comparing a simple model (logistic y x) with a more complete one (adding to the previous one additional explanatory variables The results I get are reported in the following table. But I am confused on the contradictory results I get by looking at AIC and BIC.
Generally the model with the smaller BIC is preferred. Similarly, all else being equal, the model with the smaller AIC is considered the better fitting model.
According to the results presented in the table BIC supports the choice of the "reduced model" (the one with only one expl. var) whilst AIC the other (the full version).
Can anyone help me to understand the reason(s) behind these different results and interpret them in a correct way.
Thanks
Federica
Difference of 22.211 in BIC provides very strong support for current model
I using the command fitstat, diff to compare different models. In particular I am comparing a simple model (logistic y x) with a more complete one (adding to the previous one additional explanatory variables The results I get are reported in the following table. But I am confused on the contradictory results I get by looking at AIC and BIC.
Generally the model with the smaller BIC is preferred. Similarly, all else being equal, the model with the smaller AIC is considered the better fitting model.
According to the results presented in the table BIC supports the choice of the "reduced model" (the one with only one expl. var) whilst AIC the other (the full version).
Can anyone help me to understand the reason(s) behind these different results and interpret them in a correct way.
Thanks
Federica
Current (M1 reduced) | saved (M1 full) | Difference | |
Log-likelihood | |||
Model | -357.2 | -310.6 | -46.6 |
Intercept-only | -390.6 | -390.6 | 0.0 |
Chi-square | |||
D (df=888/871/17) | 714.4 | 621.1 | 93.2 |
LR (df=1/18/-17) | 66.912 | 160.152 | -93.240 |
p-value | 0.000 | 0.000 | 0.000 |
R2 | |||
McFadden | 0.086 | 0.205 | -0.119 |
McFadden (adjusted) | 0.081 | 0.156 | -0.076 |
Cox-Snell/ML | 0.072 | 0.165 | -0.092 |
Cragg-Uhler/Nagelkerke | 0.124 | 0.282 | -0.158 |
Efron | 0.073 | 0.188 | -0.115 |
Tjur's D | 0.076 | 0.190 | -0.114 |
Count | 0.840 | 0.854 | -0.013 |
Count (adjusted) | 0.000 | 0.085 | -0.085 |
IC | |||
AIC | 718.4 | 659.1 | 59.2 |
AIC divided by N | 0.807 | 0.741 | 0.067 |
BIC (df=2/19/-17) | 728.0 | 750.2 | -22.2 |
N |
Comment