| as.data.frame.clubprorand | R Documentation | 
Convert the output of pcc_replicates() to a data.frame.
## S3 method for class 'clubprorand'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
x | 
 an object of class "clubprorand"  | 
row.names | 
 ignored  | 
optional | 
 ignored  | 
... | 
 ignored  | 
This function is useful to format pcc replicates data for plotting.
mod <- club(rate ~ dose, data = caffeine)
z <- pcc_replicates(mod)
as.data.frame(z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.