| predict.clubprofit | R Documentation | 
Predicted category for each observation.
## S3 method for class 'clubprofit'
predict(object, ...)
object | 
 an object of class "clubprofit" produced by   | 
... | 
 ignored  | 
Returns a character vector containing the name of the predicted category for each observed value.
a table
mod <- club(rate ~ dose, data = caffeine)
predict(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.