Normalise {COINr}R 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

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

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

Examples

# See individual method documentation.


[Package COINr version 1.1.7 Index]