I have created a multiple-linear regression model on some data. The different explanatory variables were all in different units, so it seemed appropriate to scale the data. I've fitted a model and the fit seems decent, however I'm not too sure what to do now. I want to talk about what the coefficients show and discuss the size of the residuals, but that would be with respect to scaled data, rather than the original data. What can I do to go from having a 'scaled' model to having an 'unscaled' model?
Asked
Active
Viewed 43 times
...it seemed appropriate to scale the data...in that case you explain the model on the scaled data. If you do not want that then do not scale your data. – user2974951 Jan 10 '24 at 11:50