as.data.frame.clubprocsi {clubpro} | R Documentation |
Convert the output of csi() to a data.frame.
Description
Convert the output of csi() to a data.frame.
Usage
## S3 method for class 'clubprocsi'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
Arguments
x |
an object of class "clubprocsi" |
row.names |
ignored |
optional |
ignored |
... |
ignored |
Details
This function is useful to format pcc replicates data for plotting.
Examples
mod <- club(rate ~ dose, data = caffeine)
z <- csi(mod)
as.data.frame(z)
[Package clubpro version 0.6.2 Index]