Description Usage Arguments Value Examples
Standardize variable by centering on its mean and dividing by its standard deviation. The new variable will now have a mean of 0 and a standard deviation of 1. All missing data points are excluded from the mean and deviation calculations.
1 | std_var(x)
|
x |
Numeric variable to be formatted. |
The standardized x
.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.