standardize: Standardize

View source: R/transform.R

standardizeR Documentation

Standardize

Description

Standardize

Usage

standardize(x, na.rm = TRUE)

Arguments

x

Input variable

na.rm

If TRUE missing values are removed before calculation

Value

If x is a numeric variable return (x - mean(x)) / sd(x)


radiant-rstats/radiant.data documentation built on Jan. 19, 2024, 12:21 p.m.