friedman.plot: Friedman Test

Description Usage Arguments Value Examples

View source: R/friedman.plot.R

Description

Friedman Test with a Plot

Usage

1
friedman.plot(x, a, b, dig = 4, plot = FALSE)

Arguments

x

Data vector

a

Vector of factor levels

b

Vector of block levels

dig

Number of digits below the decimal point, Default: 4

plot

Plot test results? Default: FALSE

Value

None.

Examples

1
2
3
4
x <- c(71, 77, 75, 79, 88, 70, 94, 74, 74, 83, 72, 95, 77, 80, 90, 94, 64, 76, 76, 89)
a <- rep(1:4, each = 5)
b <- rep(1:5, 4)
friedman.plot(x, a, b, plot = TRUE)

jhk0530/Rstat documentation built on Dec. 20, 2021, 11:11 p.m.