friedman: Friedman test and multiple comparison of treatments
Description
The data consist of b-blocks mutually independent k-variate random variables
Xij, i=1,..,b; j=1,..k. The random variable X is in block i and is associated
with treatment j. It makes the multiple comparison of the Friedman test with
or without ties. A first result is obtained by friedman.test of R.
library(agricolae)
data(grass)
out<-with(grass,friedman(judge,trt, evaluation,alpha=0.05, group=TRUE,console=TRUE,
main="Data of the book of Conover"))
#startgraphplot(out,variation="IQR")
#endgraph