BookmarkSubscribeRSS Feed
aha123
Obsidian | Level 7

I would like to know how you create good predictor variables for a regression model.

Here is a scenario:

Suppose a web site would like to build a regression model to predict the conversion rate for each product listed in the web site. We have two price information. First is the web site's price for each product(PRICE). Second is the lowest price among all competitors(LOWEST_PRICE). There are many other variables which can be used as predictor variables. But let's focus on PRICE and LOWEST_PRICE here. I want to know if you will create additional predictor variables based on these 2. If so, how?

2 REPLIES 2
Reeza
Super User

Right off the bat, calculate the difference and the percent difference.

price - lowest_price = price difference

price difference/price = percent price

aha123
Obsidian | Level 7

Is there any guideline for creating derived predictor variables? If you know any articles or papers on this, please share.

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!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 1452 views
  • 0 likes
  • 2 in conversation