Learn R Programming

clubpro (version 0.6.1)

summary.clubprofit: 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 clubprofit
summary(object, ...)

Value

No return value, called for side effects.

Arguments

object

an object of class "clubprofit".

...

ignored

Examples

Run this code
mod <- club(rate ~ dose, data = caffeine)
summary(mod)

Run the code above in your browser using DataLab