standard {EMSNM} | R Documentation |
Data Standardlization
Description
Standardlize the data to elimilate the effect of scale
Usage
standard(X)
Arguments
X |
the original data |
Value
standarlized data
Author(s)
Linsui Deng
Examples
#data generata
Y <- rnorm(100)*2+5
Y_sta <- standard(Y)
[Package EMSNM version 1.0 Index]