Learn R Programming

EMSNM (version 1.0)

standard: Data Standardlization

Description

Standardlize the data to elimilate the effect of scale

Usage

standard(X)

Arguments

X

the original data

Value

standarlized data

Examples

Run this code
# NOT RUN {
#data generata

Y <- rnorm(100)*2+5

Y_sta <- standard(Y)
# }

Run the code above in your browser using DataLab