Learn R Programming

postHoc (version 0.1.3)

summary.PostHoc: Summary method for objects of class PostHoc

Description

Summary method for objects of class PostHoc

Usage

# S3 method for 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.

Examples

Run this code
# NOT RUN {
MM <- glm(Y ~ Treatment + 0,  data = DeIdentifiedExample)
GG <- posthoc(MM)
summary(GG)
# }

Run the code above in your browser using DataLab