powered by
Standardize
standardize(x, na.rm = TRUE)
If x is a numeric variable return (x - mean(x)) / sd(x)
Input variable
If TRUE missing values are removed before calculation