BookmarkSubscribeRSS Feed
tal83
Calcite | Level 5

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!

3 REPLIES 3
art297
Opal | Level 21

Take a look at proc score http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_score_sect00...

It will accept the model that you can output from proc reg.

However, you probably don't want to take the first 900 observations but, rather, construct to datasets one containing a random selection of 900 records and the other the remaining 100 records.

tal83
Calcite | Level 5

Thanks. my serie is a Time serie- and for that reason I don't chose the 100 records randomly.

I want to compare  classical regression results with   reg-arima (dependent variables+arima for residuals)

model results.

I'll try to raed about the score procedure.

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

Discussion stats
  • 3 replies
  • 1420 views
  • 0 likes
  • 2 in conversation