kruswall.plot: Kruskal Wallis Test

View source: R/ch15-fn.R

kruswall.plotR Documentation

Kruskal Wallis Test

Description

Kruskal Wallis Test with a Plot

Usage

kruswall.plot(x, y, dig = 4, plot = FALSE)

Arguments

x

Data vector

y

Vector of factor levels

dig

Number of digits below the decimal point, Default: 4

plot

Plot test results? Default: FALSE

Value

None.

Examples

x = c(4.6,10.6,8.0,25.0,7.1, 2.9,10.1,3.2,3.8,6.6, 6.8,9.4,26.5,12.8,8.3, 3.4,3.9,6.0,8.6,5.0)
y = rep(1:4, each=5)
kruswall.plot(x, y, plot=TRUE)

adoocavo/Rstat_M1 documentation built on March 19, 2022, 3:34 a.m.