summary.PostHoc {postHoc} | R Documentation |
Summary method for objects of class PostHoc
Description
Summary method for objects of class PostHoc
Usage
## 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
MM <- glm(Y ~ Treatment + 0, data = DeIdentifiedExample)
GG <- posthoc(MM)
summary(GG)
[Package postHoc version 0.1.3 Index]