print.PostHoc {postHoc} | R Documentation |
Print methods for objects of class PostHoc
## S3 method for class 'PostHoc'
print(x, digits = 4, ...)
x |
an object of class PostHoc to be printed |
digits |
number of digits in the output (default = 4) |
... |
further arguments passed to or from other methods. |
a dataframe with two variables, Levels a factor containing the levels of the effects and ParaeterCI which is a factor with the effects and the corresponding confidence intervals and the grouping combined in a character constructed in such a way that when printing this dataframe yields a table arranged in a suitable format.
Rodrigo Labouriau
MM <- glm(Y ~ Treatment + 0, data = DeIdentifiedExample)
GG <- posthoc(MM)
print(GG)