summary.clubprofit: Generate a summary of results from a fitted clubpro model.

View source: R/summary.R

summary.clubprofitR 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)

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