pairwise_wilcox: Compute Pairwise Wilcoxon Tests

View source: R/pairwise_wilcox.R

pairwise_wilcoxR Documentation

Compute Pairwise Wilcoxon Tests

Description

pairwise_wilcox computes pairwise Wilcoxon tests as a wrapper of stats::pairwise.wilcox.test.

Usage

pairwise_wilcox(predictor, data, method = "holm", x = 6)

Arguments

predictor

The categorical predictor of interest.

data

The data set containing the variables including the predictions.

method

Any of the typical methods, e.g. holm (the default) or bonferroni.

x

Numerical value passed on to round the output's p-values.

Author(s)

J. Esser


dosc91/SfL documentation built on Sept. 14, 2024, 6:44 a.m.