Learn R Programming

PMCMRplus (version 1.9.12)

summary.PMCMR: Summarize an PMCMR Object

Description

Summarize an object of class PMCMR.

Usage

# S3 method for PMCMR
summary(object, ...)

Value

A detailed output of all pairwise hypotheses, the test statistics, the corresponding p-values and symbols that indicates the level of significance.

Arguments

object

an object of class "PMCMR".

...

further arguments. Currenly ignored.

See Also

print.PMCMR, summaryGroup.

Examples

Run this code
ans <- vanWaerdenAllPairsTest(count ~ spray, InsectSprays)
summary(ans)

Run the code above in your browser using DataLab