standardize function

Standardize

Standardize

Standardize (i.e., normalize, obtain z-scores, or obtain the standard scores)

standardize(x = NULL)

Arguments

  • x: a numeric vector

Returns

the output will be a vector of the standard scores of the input.

Examples

standardize(1:10)