plot.PostHoc {postHoc}R Documentation

Plot method for objects of class PostHoc

Description

Plot method for objects of class PostHoc

Usage

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

Author(s)

Rodrigo Labouriau

Examples

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

[Package postHoc version 0.1.3 Index]