powered by
Convert the output of csi() to a data.frame.
# S3 method for clubprocsi as.data.frame(x, row.names = NULL, optional = FALSE, ...)
an object of class "clubprocsi"
ignored
This function is useful to format pcc replicates data for plotting.
mod <- club(rate ~ dose, data = caffeine) z <- csi(mod) as.data.frame(z)
Run the code above in your browser using DataLab