Out of sample predicitons: Recommendations
-
- Posts: 6
- Joined: Tue Jun 03, 2014 7:54 am
Out of sample predicitons: Recommendations
Can anyone recommend the best way to do out of sample predicitons with R2MLwiN please?
-
- Posts: 1384
- Joined: Mon Oct 19, 2009 10:34 am
Re: Out of sample predicitons: Recommendations
Unfortunately R2MLwiN does not currently offer this functionality. The only way that I can suggest would be to run your model with the debugmode option set to TRUE and then after the model has been fitted choose "Abort Macro" and use the customized predictions facilities within MLwiN (model->customized predictions) to create the predictions that you need.