powered by
print method for class "PMCMR".
print
"PMCMR"
# S3 method for PMCMR print(x, …)
an object of class "PMCMR", usually, a result of a call to any of the posthoc-tests included in the package PMCMR.
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.
print.PMCMR
# NOT RUN { out <- posthoc.kruskal.conover.test(count ~ spray, data = InsectSprays, p.adjust="bonf") print(out) # }
Run the code above in your browser using DataLab