scale_zscore | R Documentation |
Z-Score Scaling
scale_zscore(x, use_attr = TRUE, invert = FALSE, meanx = NULL, sdx = NULL)
x |
A numeric object whose elements should be scaled thru z-score scaling. |
use_attr |
A logical value indicating whether scaling factors |
invert |
A logical value indicating the direction of scaling. If set to |
meanx |
A given mean value for scaling. If this value is |
sdx |
A given standard deviation value for scaling. If this value is |
Transformed x
with z-score scaled values.
scaling
.
Other Scaling:
scale_center()
,
scale_dataset()
,
scale_log()
,
scale_minmax()
,
scale_train_test()
,
scaling()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.