standard: Data Standardlization

Description Usage Arguments Value Author(s) Examples

View source: R/standard.R

Description

Standardlize the data to elimilate the effect of scale

Usage

1

Arguments

X

the original data

Value

standarlized data

Author(s)

Linsui Deng

Examples

1
2
3
4
5
#data generata

Y <- rnorm(100)*2+5

Y_sta <- standard(Y)

EMSNM documentation built on May 2, 2019, 1:41 p.m.