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