| summary.PMCMR {PMCMR} | R Documentation |
summary method for class "PMCMR".
## S3 method for class 'PMCMR' summary(object, ...)
object |
an object of class |
... |
further arguments, currently ignored. |
The function summary.PMCMR computes and returns a list of the
pairwise comparisons including the H0, the corresponding statistic and
the (adjusted) p-value.
out <- posthoc.kruskal.conover.test(count ~ spray, data = InsectSprays, p.adjust="bonf") summary(out)