powered by
Convert the output of pcc_replicates() to a data.frame.
# S3 method for clubprorand as.data.frame(x, row.names = NULL, optional = FALSE, ...)
an object of class "clubprorand"
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)
Run the code above in your browser using DataLab