z_score: Z-score normalization of the data

Description Usage Arguments Note Examples

Description

Normalizing the values in the data, to make it usable, and can be used to remove the outliers.

Usage

1
z_score(x,...)

Arguments

x

data that has been imported as matrix.

Note

The data to be imported should be a matrix.

Examples

1
2
> mtcars <- as.matrix(mtcars)
> z_score(mtcars)

SanthoshKumarKarthikeyan/skkr documentation built on May 26, 2019, 10:34 a.m.