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?
Right off the bat, calculate the difference and the percent difference.
price - lowest_price = price difference
price difference/price = percent price
Is there any guideline for creating derived predictor variables? If you know any articles or papers on this, please share.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.