Dear all,
I currently have run the following code:
Now I want to conduct an out-of-sample prediction test for this model based on my hold-out sample of 2014. That is, I basically want to see how many Y=0 and how many Y=1 are correctly predicted using the model defined above. I am sure this is possible, but I have not figured out a way to do it, since e.g., -estat gof, table group(10)- is purely based on in-sample goodness of fit, instead of out-of-sample goodness of fit. I hope someone is able to help me to assess the out-of-sample goodness of fit.
Thanks in advance for your help and time!
Kind regards,
Wesley
I currently have run the following code:
Code:
logit TAR ROA EBIT ASUT GRO CURR CATA LTDTA TLTA LNTA LNSA MB PE TANG D_INDAH_SA D_INDH_SA D_INDL_SA D_INDAH_EM D_INDH_EM D_INDL_EM if inrange(Year,1985,2013)
Thanks in advance for your help and time!
Kind regards,
Wesley
Comment