standardize: Standardize the n -by- p design matrix X to have column means...

Description Usage Arguments

View source: R/utils.R

Description

Standardize the n -by- p design matrix X to have column means zero and ||X_j||_2^2 = n for all j

Usage

1
standardize(x, center = TRUE)

Arguments

x

design matrix

center

should we set column means equal to zero


natural documentation built on May 2, 2019, 1:05 p.m.