Standardize
Standardize
standardize(x, na.rm = TRUE)
x |
Input variable |
na.rm |
If TRUE missing values are removed before calculation |
If x is a numeric variable return (x - mean(x)) / sd(x)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.