plot.PostHoc: Plot method for objects of class PostHoc

Description Usage Arguments Value Author(s) Examples

View source: R/Methods4PostHoc.R

Description

Plot method for objects of class PostHoc

Usage

1
2
## 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

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

Example output

Loading required package: igraph

Attaching package:igraphThe following objects are masked frompackage:stats:

    decompose, spectrum

The following object is masked frompackage:base:

    union

Loading required package: multcomp
Loading required package: mvtnorm
Loading required package: survival
Loading required package: TH.data
Loading required package: MASS

Attaching package:TH.dataThe following object is masked frompackage:MASS:

    geyser

postHoc documentation built on July 1, 2020, 7:22 p.m.