BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
mmrekabdar
Calcite | Level 5

I fitted a model using training data and I want  to evaluate it's performance on a test data set. How the model obtained in the first step (fitted model by training data) is applied to the test data by SAS functions?

1 ACCEPTED SOLUTION

Accepted Solutions
Puwang
Obsidian | Level 7

You can use the ESTIMATE statement options such as  AR=, MA=, ... and NOEST to fix the parameter values to the estimated values you obtained in your model fitting step.  See the "Options to Specify Parameter Values" section of the ESTIMATE statement documentation: http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_arima_sect022....

 

View solution in original post

4 REPLIES 4
Reeza
Super User

What SAS tool/procedure are you using?

 

mmrekabdar
Calcite | Level 5

I'm using Proc Arima procedure

Puwang
Obsidian | Level 7

You can use the ESTIMATE statement options such as  AR=, MA=, ... and NOEST to fix the parameter values to the estimated values you obtained in your model fitting step.  See the "Options to Specify Parameter Values" section of the ESTIMATE statement documentation: http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_arima_sect022....

 

mmrekabdar
Calcite | Level 5

Thanks Puwang.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 4 replies
  • 992 views
  • 0 likes
  • 3 in conversation