I understand that a good way to see if the covariate should be transformed is to do a linear model and plot the residuals. if there is a pattern, a log-transformation may be needed. but.. I am right now trying to find the best model for a relationship with several possible predictor variables. So I don't know how to test in this case. I was able to do it in SLR, but in MLR I am not sure how to do it. Should I just add1, test it, test it in log-scale and go on? Actually I was going for the backward method; is there a way to do it with that?
- I do know it is not that easy, you can't just plot the residuals and decide. this is just to understand how it would be done,so I can figure out the rest on my own (I guess). Has to be interpreted to do this anyway.