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.