friedman.plot | R Documentation |
Friedman Test with a Plot
friedman.plot(x, a, b, dig = 4, plot = FALSE)
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 |
None.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.