get_dsc_omnibus {IOHanalyzer} | R Documentation |
Perform omnibus statistical tests on the matrix of rankings from the DSCtool api
Description
Perform omnibus statistical tests on the matrix of rankings from the DSCtool api
Usage
get_dsc_omnibus(res, method = NULL, alpha = 0.05)
Arguments
res |
The result of a call to the 'get_dsc_rank' |
method |
Which method to use to do the tests. Has be be one of the allowed ones in 'res$valid_methods'. When NULL, the first valid option is chosen by default |
alpha |
Threshold value for statistical significance |
Value
A named list containing the algorithm means
Examples
get_dsc_omnibus(get_dsc_rank(dsl, na.correction = 'PAR-10'))
[Package IOHanalyzer version 0.1.8.10 Index]