friedman.plot: Friedman Test

View source: R/ch15-fn.R

friedman.plotR Documentation

Friedman Test

Description

Friedman Test with a Plot

Usage

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

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)

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