Dear all,
I am trying to predict outcome Y=1 given individual characteristics and run a binary logit regression taking the form below.
logit Y i.age_grp i.sex i.education i.sec3 i.urbrur i.marital [fw=round(weight)]
I then runlinktest andfitstatto assess model fit and predictive power.
McFadden (1977) describes a pseudo R^2 value between 0.2 and 0.4 as an "excellent fit" which suggests that our model has strong predictive power.
However, linktest shows _hatsq as significant which suggests that our model is mis-specified...
Any ideas how this could be solved?
Thank you very much!
. fitstat

. linktest

I am trying to predict outcome Y=1 given individual characteristics and run a binary logit regression taking the form below.
logit Y i.age_grp i.sex i.education i.sec3 i.urbrur i.marital [fw=round(weight)]
I then runlinktest andfitstatto assess model fit and predictive power.
McFadden (1977) describes a pseudo R^2 value between 0.2 and 0.4 as an "excellent fit" which suggests that our model has strong predictive power.
However, linktest shows _hatsq as significant which suggests that our model is mis-specified...
Any ideas how this could be solved?
Thank you very much!
. fitstat
. linktest
Comment