| summary.clubprocomparison | R Documentation | 
Generate a summary of a comparison of clubprofit models.
## S3 method for class 'clubprocomparison'
summary(object, ...)
| object | an object of class "clubprocomparison". | 
| ... | ignored | 
No return value, called for side effects.
m1 <- club(width ~ location, jellyfish)
m2 <- club(length ~ location, jellyfish)
z <- compare(m1, m2)
summary(z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.