Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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)

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

Details

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

Value

the organized output.

Author(s)

Jose Luis Vicente Villardon

Examples

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

MultBiplotR

Multivariate Analysis Using Biplots in R

v1.3.30
GPL (>= 2)
Authors
Jose Luis Vicente-Villardon
Initial release
2021-03-30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.