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)

jinkim3/kim documentation built on July 17, 2025, 3:03 a.m.