Learn R Programming

postHoc (version 0.1.3)

plot.PostHoc: Plot method for objects of class PostHoc

Description

Plot method for objects of class PostHoc

Usage

# S3 method for PostHoc
plot(x, y, ...)

Arguments

x

an object of class PostHoc to be printed.

y

an object of class PostHoc to be printed.

...

further arguments passed to or from other methods.

Value

none

Examples

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

Run the code above in your browser using DataLab