print.PostHoc: Print methods for objects of class PostHoc

Description Usage Arguments Value Author(s) Examples

View source: R/Methods4PostHoc.R

Description

Print methods for objects of class PostHoc

Usage

1
2
## S3 method for class 'PostHoc'
print(x, digits = 4, ...)

Arguments

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.

Value

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.

Author(s)

Rodrigo Labouriau

Examples

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

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