friedman_test: Friedman's test

Description Usage Arguments Details Value References Examples

View source: R/frequentist_tests.R

Description

This function implements the Friedman's test for multiple comparisons. A non-parametric statistical test to detect differences in in algorithms performances over multiple datasets.

Usage

1
friedman_test(df, measure = NULL)

Arguments

df

('list')
Data frame containing the performane measure.

measure

('character')
Name of the 'measure' column. If not defined, the first 'measure' column in the data frame is used.

Details

The test has first been implemented in scmamp.

Value

A list containing the following components:

References

https://github.com/b0rxa/scmamp

Examples

1

RebeccaGroh/seqbtests documentation built on Nov. 17, 2021, 8:50 a.m.