summary.clubprofit {clubpro} | R Documentation |
Generate a summary of results from a fitted clubpro model.
Description
Generate a summary of results from a fitted clubpro model.
Usage
## S3 method for class 'clubprofit'
summary(object, ...)
Arguments
object |
an object of class "clubprofit". |
... |
ignored |
Value
No return value, called for side effects.
Examples
mod <- club(rate ~ dose, data = caffeine)
summary(mod)
[Package clubpro version 0.6.2 Index]