standardize: Standardize

View source: R/standardize.R

standardizeR Documentation

Standardize

Description

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

Usage

standardize(x = NULL)

Arguments

x

a numeric vector

Value

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

Examples

standardize(1:10)

kim documentation built on Oct. 9, 2023, 5:08 p.m.