perform_wilcox: Computes Wilcoxon test between 2 groups

View source: R/stats.R

perform_wilcoxR Documentation

Computes Wilcoxon test between 2 groups

Description

Computes Wilcoxon test between 2 groups

Usage

perform_wilcox(vals, groups, p.adjust.method = "none", paired = F, ...)

Arguments

vals

A numeric vector of values

groups

A character vector specifying the respective group of each value

...

Additional parameters passed to ?pairwise.wilcox.test.

Value

A number indicating p-value from statistical test


kazeera/hourglass documentation built on April 5, 2025, 7:18 a.m.