summary.PostHoc {postHoc} | R Documentation |
Summary method for objects of class PostHoc
## S3 method for class 'PostHoc'
summary(object, ...)
object |
an object of class PostHoc to be printed. |
... |
further arguments passed to or from other methods. |
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.
Rodrigo Labouriau
MM <- glm(Y ~ Treatment + 0, data = DeIdentifiedExample)
GG <- posthoc(MM)
summary(GG)