summary.PostHoc: Summary method for objects of class PostHoc

Description Usage Arguments Value Author(s) Examples

View source: R/Methods4PostHoc.R

Description

Summary method for objects of class PostHoc

Usage

1
2
## S3 method for class 'PostHoc'
summary(object, ...)

Arguments

object

an object of class PostHoc to be printed.

...

further arguments passed to or from other methods.

Value

a dataframe constructed in such a way that when printing this dataframe yields a table arranged in a suitable format. The summary, differently than the print method displays also the matrix of p-values of all the pairwise comparisons.

Author(s)

Rodrigo Labouriau

Examples

1
2
3
MM <- glm(Y ~ Treatment + 0,  data = DeIdentifiedExample)
GG <- posthoc(MM)
summary(GG)

postHoc documentation built on July 1, 2020, 7:22 p.m.