Learn R Programming

clubpro (version 0.6.1)

plot.clubprocomparison: Plot model comparison.

Description

Plot model comparison.

Usage

# S3 method for clubprocomparison
plot(x, ...)

Value

no return value, called for side effects only.

Arguments

x

an object of class "clubprocomparison".

...

ignored

Details

Plot a distribution of PCCs computed from randomly reordered data used to calculate the chance-value for a model comparison.

Examples

Run this code
m1 <- club(width ~ location, jellyfish)
m2 <- club(length ~ location, jellyfish)
z <- compare(m1, m2)
plot(z)

Run the code above in your browser using DataLab