plot.PostHoc {postHoc} | R Documentation |
Plot method for objects of class PostHoc
## S3 method for class 'PostHoc'
plot(x, y, ...)
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. |
none
Rodrigo Labouriau
MM <- glm(Y ~ Treatment + 0, data = DeIdentifiedExample)
GG <- posthoc(MM)
plot(GG)