get_dsc_omnibus: Perform omnibus statistical tests on the matrix of rankings...

get_dsc_omnibusR 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'))

IOHanalyzer documentation built on Sept. 20, 2023, 5:07 p.m.