2

Is it possible to retrieve the Unstandardised Regression Coefficients from a Standardised Regression? If so, how is does one do this in order to use the coefficients to make predictions on new data?

If not, how can one interpret the results from a standardised regression and use them to make predictions on unstandardised data? Do I standardise the new data with its own mean and standard deviation or with the original mean and standard deviations?

Many thanks!

EDIT: These two links have been a large part of my research. They are very helpful but do not detail anything about de-standardising or interpreting the results.

When to standardise

How to standardise

josh
  • 3,119
  • 4
  • 12
  • 14

1 Answers1

1

In order to "unstandardize" a coefficient you multiply that coefficients with the standard deviation of that variable.

Maarten Buis
  • 19,189
  • 29
  • 59
  • So should this give the same answer as if I were to run a regression without having standardised initially? – josh Dec 03 '14 at 13:29