standardize: standardize calculates (x - mean(x))/sd(x) for each column in...

Description Usage Arguments Value Examples

View source: R/standardize.R

Description

standardize calculates (x - mean(x))/sd(x) for each column in a given matrix

Usage

1

Arguments

a

the matrix

Value

the standardized matrix

Examples

1
2
3
4
## Not run: 
 standardize(x)

## End(Not run)

jnumainville/JoeNumainvilleTools documentation built on May 25, 2019, 6:24 p.m.