powered by
Plot model comparison.
# S3 method for clubprocomparison plot(x, ...)
no return value, called for side effects only.
an object of class "clubprocomparison".
ignored
Plot a distribution of PCCs computed from randomly reordered data used to calculate the chance-value for a model comparison.
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