Hi,
Let's say I have a dataset of 1000 observation.
I want to construct a model using the first 900 observation, and to build predictions for the 901th -1000th observation-in orde to test my model and compute the residual.
How do I get predictions to the rest of my dataset?
Thanks!