powered by
Plot method for objects of class PostHoc
# S3 method for PostHoc plot(x, y, ...)
an object of class PostHoc to be printed.
further arguments passed to or from other methods.
none
# NOT RUN { MM <- glm(Y ~ Treatment + 0, data = DeIdentifiedExample) GG <- posthoc(MM) plot(GG) # }
Run the code above in your browser using DataLab