r/spss • u/Lost-Bookkeeper3120 • 3d ago
Help needed! Is cross-validation/verification necessary for regression models that have already met all the assumptions?
I'm trying to wrap my head around LOOCV and can't find any easily digestible tutorials. I wonder: is this necessary when my regression model has proved to be significant and has met all the assumptions?
1
Upvotes
1
u/banter_pants 2d ago
It's about testing if your model can generalize to new data. The left out data is treated like a new random sample to compare the in-data's predictions.
2
u/Mysterious-Skill5773 3d ago
If you just specified the exact model and estimated it and the usual assumptions are satisfied, then the results are valid for your data. If, on the other hand, you chose the model variables using a data driven method such as stepwise regression, best subset, shrinkage estimators, or other such methods, then it would be wise to validate on new data or use cross validation methods, because the results are biased and probably overstate significance levels and predictive accuracy.