BookmarkSubscribeRSS Feed
modelingfreak
Calcite | Level 5

Hi,

I am trying to create a financial forecasting model. The model is based on Simple linear regression. My problem is that some of the final variables in my model do not make as much economic sense as some of the other variables but these variables are coming out to be very significant. The other variables that are making economic sense are not explaining much of the R Square. What I want to do is first select the variables that are making economic sense and then add on the other variables in the model so that the previous varaiables do not get weeded out. I need a king of a wrapper around a set of variables so that it protects them from getting out of the model. Is there any statistical technique that could help.

Thanks

Prakhar

1 REPLY 1
DLing
Obsidian | Level 7

If you are using PROC REG for simple linear regression, the MODEL statement has an option called INCLUDE=n that will keep the first n variables listed in the model always while doing variable selection on the rest.

http://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/viewer.htm#statug_reg_sect013....

If you are willing to first determine the economic variables of interest, which sounds like you are, this option will allow you to force them into the model.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 1 reply
  • 975 views
  • 0 likes
  • 2 in conversation