Hello all,
Very new undergraduate SAS user here - trying to bring myself up to speed on some procedures.
What are the procedures for transforming variables in SAS Enterprose? In my case, I have a dataset for an internship that is giving me a curvinlinear "residual by predicted" graph after running a linear regression on my data. I want to transform the variables via a model in order to have them become more linear. What are my options
Here is a very short dataset that is representative of what I am trying to transform
x: 10 15 20 30 40 50 60
y (dep): 700 550 400 270 190 130 100
right now it is giving me a "smiley face" and I am looking for a model to transform it and the what I have to do to the variables.
I was taught to try the log of one or both variables first. In your case, log(y) seems to come out nicely linear.
Tom
FYI the first course on statistics with SAS is free if you're interested.
Search SAS Analytics U community forum and see the right hand menu.
I'm on somewhat thin ice here, but fortunately @Reeza is watching this also, so she'll put me straight if I stray.
Yes, just use log(y) instead of y, and run your linear regression.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.