print.PostHoc {postHoc}R Documentation

Print methods for objects of class PostHoc

Description

Print methods for objects of class PostHoc

Usage

## 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

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

[Package postHoc version 0.1.3 Index]