Learn R Programming

IOHanalyzer (version 0.1.8.10)

get_dsc_omnibus: 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)

Value

A named list containing the algorithm means

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

Examples

Run this code
get_dsc_omnibus(get_dsc_rank(dsl, na.correction = 'PAR-10'))

Run the code above in your browser using DataLab