Last chance! 50% off unlimited learning
Sale ends in
Plotting method for objects inheriting from class "PMCMR"
.
# S3 method for PMCMR
plot(x, alpha = 0.05, ...)
an object of class "PMCMR"
.
the selected alpha-level. Defaults to 0.05.
further arguments for method boxplot
.
A box-whisker plot for each factor level. The range of the whiskers indicate
the extremes (boxplot = x, ..., range=0
). Letter symbols are depicted on top of each box.
Different letters indicate significant
differences between groups on the selected level of alpha.
# NOT RUN {
## data set InsectSprays
ans <- kwAllPairsNemenyiTest(count ~ spray, data = InsectSprays)
plot(ans)
plot(ans, col="red",main="My title", xlab="Spray", "Count")
# }
Run the code above in your browser using DataLab