summary.PMCMR {PMCMRplus} | R Documentation |
Summarize an object of class PMCMR.
## S3 method for class 'PMCMR' summary(object, ...)
object |
an object of class |
... |
further arguments. Currenly ignored. |
A detailed output of all pairwise hypotheses, the test statistics, the corresponding p-values and symbols that indicates the level of significance.
ans <- vanWaerdenAllPairsTest(count ~ spray, InsectSprays) summary(ans)