Description Usage Arguments Value Author(s) See Also Examples
View source: R/ProcessControl.R
Process Control for calculating composite index using compind
1 | ProcessControl(aggregation = c('geometric' , 'linear'), normalization = c('min-max', 'none', 'z-score', 'robust-z-score'), weights = c( 'equal', 'random', 'fixed'),missingindicator = c('last','none','reweight', 'linear'), cleaning = c('none', 'hampel_twosided', 'hampel_onesided'), setmax = NULL, setmin = NULL)
|
aggregation |
type of aggregation used, among |
normalization |
type of normalization, among |
weights |
weighting scheme, among |
missingindicator |
action in case of missing value, among |
cleaning |
winsorization of outliers, among |
setmax |
caps the value of an indicator to a fixed number in min-max normalisation. Input should be as |
setmin |
Fixes the minmum value of an indicator to a fixed number in min-max normalisation. Input should be as |
A list containing final methods for aggregation, normalization, weights, missingindicators, cleaning, setmax, setmin
computation of index.
David Ardia, Kris Boudt, Valentin Todorov and Keshav Pratap
compind
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.