Normalise: Normalise data

View source: R/normalise.R

NormaliseR Documentation

Normalise data

Description

This is a generic function for normalising variables and indicators, i.e. bringing them onto a common scale. Please see individual method documentation depending on your data class:

Usage

Normalise(x, ...)

Arguments

x

Object to be normalised

...

Further arguments to be passed to methods.

Details

  • Normalise.numeric()

  • Normalise.data.frame()

  • Normalise.coin()

  • Normalise.purse()

See also vignette("normalise") for more details.

This function replaces the now-defunct normalise() from COINr < v1.0.

Examples

# See individual method documentation.


COINr documentation built on Oct. 9, 2023, 5:07 p.m.