standardize: Subtract the mean and divide by the standard deviation

View source: R/standardize.R

standardizeR Documentation

Subtract the mean and divide by the standard deviation

Description

Subtract the mean and divide by the standard deviation

Usage

standardize(x)

Arguments

x

vector to be standardized

Value

vector of same length of x with mean subtracted and divided through by the variance


jlivsey/livsey documentation built on Oct. 17, 2024, 3:18 a.m.