compare {clubpro} | R Documentation |
Compare models.
Description
Compare models.
Usage
compare(m1, m2)
Arguments
m1 |
an object of class "clubprofit" produced by |
m2 |
an object of class "clubprofit" produced by |
Details
Compare the PCC of two clubprofit models and compute the chance-value of the difference.
Value
an object of type "clubprocomparison"
Examples
m1 <- club(width ~ location, jellyfish)
m2 <- club(length ~ location, jellyfish)
compare(m1, m2)
[Package clubpro version 0.6.2 Index]