Learn R Programming

postHoc (version 0.1.3)

print.PostHoc: Print methods for objects of class PostHoc

Description

Print methods for objects of class PostHoc

Usage

# S3 method for 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.

Examples

Run this code
# NOT RUN {
MM <- glm(Y ~ Treatment + 0,  data = DeIdentifiedExample)
GG <- posthoc(MM)
print(GG)
# }

Run the code above in your browser using DataLab