get.pvalues: Get Pvalues from PMCMR Objects

Description Usage Arguments Value

View source: R/print.PMCMR.R

Description

Returns a vector of pvalues that includes the names of the pairwise groups (i.e. the null hypothesis). The output can be used by multcompLetters to find homogeneous groups.

Usage

1
get.pvalues(object, ...)

Arguments

object

either an object of class "PMCMR", usually, a result of a call to any of the posthoc-tests included in the package PMCMR. Or an object of class "pairwise.htest", a result of a call to pairwise.prop.test, pairwise.t.test or pairwise.wilcox.test.

...

further arguments, currently ignored.

Value

a named vector with p-values


PMCMR documentation built on Oct. 2, 2021, 5:07 p.m.

Related to get.pvalues in PMCMR...