plot.clubprocomparison {clubpro}R Documentation

Plot model comparison.

Description

Plot model comparison.

Usage

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

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.

Value

no return value, called for side effects only.

Examples

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

[Package clubpro version 0.6.1 Index]