kruswall.plot: Kruskal Wallis Test

Description Usage Arguments Value Examples

View source: R/ch15-fn.R

Description

Kruskal Wallis Test with a Plot

Usage

1
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

1
2
3
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)

tjssu/Rstat documentation built on Aug. 8, 2020, 12:38 p.m.