| print.PMCMR {PMCMR} | R Documentation |
print method for class "PMCMR".
## S3 method for class 'PMCMR' print(x, ...)
x |
an object of class |
... |
further arguments, currently ignored. |
The function print.PMCMR returns the lower triangle of
the (adjusted) p-values from any of the posthoc tests included in the
package PMCMR.
out <- posthoc.kruskal.conover.test(count ~ spray, data = InsectSprays, p.adjust="bonf") print(out)