unscale | R Documentation |
Unscale scaled predictors.
unscale(x, center, scale)
x |
a model matrix or data frame with numeric variables. |
center |
a vector of means of predictors. |
scale |
a vector of standard deviation of predictors. |
A matrix (model.matrix) with the columns on the original scale.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.