powered by
Perform post-hoc processing on data from DSCtool
get_dsc_posthoc( omni_res, nr_algs, nr_problems, base_algorithm = NULL, method = "friedman", alpha = 0.05 )
A named list containing 4 types of analyses: * Zvalue * UnadjustedPValue * Holm * Hochberg
The result from a call to `get_dsc_omnibus`
The number of algorithms present in `omni_res`
The number of problems present in `omni_res`
The base algorithm to which the other are compared. This has to be present in `omni_res$algorithm_means` as an `algorithm` property
Either 'friedman' or 'friedman-aligned-rank'
Threshold value for statistical significance
get_dsc_posthoc(get_dsc_omnibus(get_dsc_rank(dsl, na.correction = 'PAR-10')), 2, 2)
Run the code above in your browser using DataLab