scaling {compindexR} | R Documentation |
Normalization and standardization techniques
Description
Normalization and standardization techniques
Usage
scaling(x, method = "min-max")
Arguments
x |
A Dataframe |
method |
Standardization or normalization technique. So far "min-max" and "standardization" are available |
Value
A data frame
Examples
x <- data.frame(rnorm(20),rnorm(20),rnorm(20),rnorm(20))
scaling(x,method = "min-max")
[Package compindexR version 0.1.3 Index]