KruskalWallisAllPvalues: Calculates all p-values of pairwise comparisons using a...

Description Usage Arguments Value Author(s) Examples

View source: R/GroupClustering.R

Description

Calculates all p-values of pairwise comparisons using a Kruskal-Wallis test

Usage

1
KruskalWallisAllPvalues(y, g, padjust = "fdr")

Arguments

y

is a vector with the response

g

is a single classification factor

padjust

the method for adjusting for multiple comparisons following the convention of the functions stats::p. adjust(default = "fdr"), NULL or "none" does not adjust

Value

a vector with the p-values for comparing all the possible pairs.

Author(s)

Rodrigo Labouriau

Examples

1
2

postHoc documentation built on July 1, 2020, 7:22 p.m.