pareto | R Documentation |
This function performs Pareto scaling on a numeric matrix or data frame. Pareto scaling scales each variable (column) by dividing it by the square root of its standard deviation.
pareto(x, drop.na = FALSE)
x |
A numeric matrix or data frame to be scaled. |
drop.na |
A logical value indicating whether to remove missing values
(NA) from the calculations. If |
A numeric matrix or data frame with the same dimensions as x
,
but with each variable scaled by the square root of its standard deviation.
Christian L. Goueguel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.