summary.PMCMR {PMCMR}R Documentation

Summarizing PMCMR objects

Description

summary method for class "PMCMR".

Usage

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

Arguments

object

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.

Value

The function summary.PMCMR computes and returns a list of the pairwise comparisons including the H0, the corresponding statistic and the (adjusted) p-value.

Examples

out <- posthoc.kruskal.conover.test(count ~ spray,
data = InsectSprays, p.adjust="bonf")
summary(out)

[Package PMCMR version 4.3 Index]