I have a multiple regression model and when I check its residuals vs fitted I have determined a transformation of some kind needs to take place ... but I don't know which variable to start with (4 variables in total).
I was thinking I first need to make a a matrix where I can see each variable plotted against each other to see if any are linearly related.
I also thought I'd should make models of each variable against the dependent variable and check the residuals for each of these.
Is this going too far or rather making the process more complex than it needs to be ?
I guess my ultimate question is, is there an initial procedure you typically follow to determine which variable to transform ?