friedman_post: Friedman's post hoc test

Description Usage Arguments Details Value References Examples

View source: R/post_hoc_tests.R

Description

This function implements a Friedman post hoc test. It computes the raw p-values for the post hoc based on Friedman's test.

Usage

1
friedman_post(df, measure = NULL, control = 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.

control

('character')
The name of the control algorithm. If this parameter is not provided, all algorithms are compared against each other.

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.