Learn R Programming

compindexR (version 0.1.3)

scaling: Normalization and standardization techniques

Description

Normalization and standardization techniques

Usage

scaling(x, method = "min-max")

Value

A data frame

Arguments

x

A Dataframe

method

Standardization or normalization technique. So far "min-max" and "standardization" are available

Examples

Run this code
x <- data.frame(rnorm(20),rnorm(20),rnorm(20),rnorm(20))
scaling(x,method = "min-max")

Run the code above in your browser using DataLab