standardize {OOS} | R Documentation |
Standardize variables (mean 0, variance 1)
Description
Standardize variables (mean 0, variance 1)
Usage
standardize(X)
Arguments
X |
numeric: vector to be standardized |
Value
numeric vector of standardized values
[Package OOS version 1.0.0 Index]