Learn R Programming

clubpro (version 0.6.1)

summary.clubprocomparison: Generate a summary of a comparison of clubprofit models.

Description

Generate a summary of a comparison of clubprofit models.

Usage

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

Value

No return value, called for side effects.

Arguments

object

an object of class "clubprocomparison".

...

ignored

Examples

Run this code
m1 <- club(width ~ location, jellyfish)
m2 <- club(length ~ location, jellyfish)
z <- compare(m1, m2)
summary(z)

Run the code above in your browser using DataLab