Learn R Programming

PMCMR (version 4.0)

summary.PMCMR: Summarizing PMCMR objects

Description

summary method for class "PMCMR".

Usage

## S3 method for class 'PMCMR':
summary(object, \dots)

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

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

Run the code above in your browser using DataLab