drfit (version 0.7.2)

antifoul: Dose-Response data for TBT and Zink Pyrithione in IPC-81 cells

Description

This data set shows the response of the rat leukaemic cell line IPC-81 to dilution series of tributyltin chloride (TBT) and Zink Pyrithione as retrieved from the "cytotox" database of the UFT Department of Bioorganic Chemistry on February 25, 2004

Usage

data(antifoul)

Arguments

Format

A dataframe containing 135 and 81 data points for concentrations and responses for TBT and Zink Pyrithione, respectively. Some additional columns from the database are also present.

Examples

Run this code
# NOT RUN {
rantifoul.ED50 <- drfit(antifoul,
                        linlogit = TRUE, logit = TRUE, weibull = TRUE,
                        chooseone = FALSE,
                        showED50 = TRUE, EDx = c(10))
print(rantifoul.ED50, digits = 5)

rantifoul.drc <- drcfit(antifoul,
                        linlogit = TRUE, logit = TRUE, weibull = TRUE,
                        chooseone = FALSE,
                        showED50 = TRUE, EDx = c(10))
print(rantifoul.drc, digits = 5)
# }

Run the code above in your browser using DataLab