scaling: Normalization and standardization techniques

View source: R/scaling.R

scalingR 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")

compindexR documentation built on Nov. 26, 2023, 1:06 a.m.