summary.PMCMR | 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.
print.PMCMR
, summaryGroup
.
ans <- vanWaerdenAllPairsTest(count ~ spray, InsectSprays)
summary(ans)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.