Learn R Programming

kim (version 0.6.1)

standardize: Standardize

Description

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

Usage

standardize(x = NULL)

Value

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

Arguments

x

a numeric vector

Examples

Run this code
standardize(1:10)

Run the code above in your browser using DataLab