as.data.frame.clubprocsi: Convert the output of csi() to a data.frame.

View source: R/csi.R

as.data.frame.clubprocsiR 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)

clubpro documentation built on June 22, 2024, 9:41 a.m.