Skip to contents

Generate a summary of a comparison of clubprofit models.

Usage

# S3 method for clubprocomparison
summary(object, ...)

Arguments

object

an object of class "clubprocomparison".

...

ignored

Value

No return value, called for side effects.

Examples

m1 <- club(width ~ location, jellyfish)
m2 <- club(length ~ location, jellyfish)
z <- compare(m1, m2)
summary(z)
#> ********** Model Comparison **********
#> Absolute PCC difference:  8.7 
#> Minimum random PCC difference:  -28.26 
#> Maximum random PCC difference:  21.74 
#> Chance-value:  0.18