get.pvalues {PMCMR}R Documentation

Get Pvalues from PMCMR Objects

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

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


[Package PMCMR version 4.4 Index]