compare: Compare models.

View source: R/compare.R

compareR Documentation

Compare models.

Description

Compare models.

Usage

compare(m1, m2)

Arguments

m1

an object of class "clubprofit" produced by club()

m2

an object of class "clubprofit" produced by club()

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)

clubpro documentation built on June 22, 2024, 9:41 a.m.