Is there a way in SAS to evaluate model accuracy using a test set?

Viewed 38

I built a regression model using proc reg on a training set (70%) and I would like to evaluate the model accuracy (MAPE, R2, adjusted R2, RMSE, etc) using the test set (remaining 30%). Is there a way to do so in SAS?

0 Answers
Related