normalize: Normalize indicator

Description Usage Arguments Details References

Description

Normalize indicator

Usage

1
normalize(x, method = c("zscore", "mms"), reverse = FALSE, refval = NULL)

Arguments

x

Vector of indicator values.

method

Method of normalization.

reverse

Reversing direction of indicator values.

refval

If method is mms, a reference value used in normalization of indicator values.

Details

Two methods of normalization are available. Method zscore will standardize indicator values to z-scores with mean of 100 and standard deviation of 10. Method mms will use minimum-maximum normalization with respect to the lowest sample value, further divided by normalized value on the sample level.

References

Perisic & Wagner, Denona-Bogovic, Drezgic & Cegar.


dataspekt/crodi documentation built on May 30, 2019, 4:06 a.m.