Learn R Programming

MultBiplotR (version 23.11.0)

Kruskal.Wallis.Tests: Kruskal Wallis Tests

Description

Kruskal Wallis Tests for a matrix of continuous variables and a grouping factor.

Usage

Kruskal.Wallis.Tests(X, groups, posthoc = "none", alternative = "two.sided", digits = 4)

Value

the organized output.

Arguments

X

The matrix of continuous variables

groups

The factor with the groups

posthoc

Method used for multipe comparisons in the Dunn test

alternative

Kind of alternative hypothesis

digits

number of digitd for he output

Author

Jose Luis Vicente Villardon

Details

Kruskal Wallis Tests for a matrix of continuous variables and a grouping factor, including the Dunn test for multiple comparisons.

Examples

Run this code
data(wine)
Kruskal.Wallis.Tests(wine[,4:7], wine$Group, posthoc = "bonferroni")

Run the code above in your browser using DataLab