drfit (version 0.7.2)

IM1xIPC81: Dose-Response data for 1-methyl-3-alkylimidazolium tetrafluoroborates in IPC-81 cells

Description

This is the raw data documenting the influence of the alkyl chain length in 3 position on the toxicity to the promyelocytic leukemia rat cell line IPC-81. The substances are named according to the UFT naming scheme of these substances. IM13 BF4 means 1-methyl-3-propylimidazolium tetrafluoroborate, IM14 BF4 means 1-methyl-3-butylimidazolium tetrafluoroborate and IM1-10 BF4 means 1-methyl-3-decylimidazolium tetrafluoroborate. This is a subset (only the BF4 anion) of the data shown in Figure 3 in Ranke et al. (2004).

Usage

data(IM1xIPC81)

Arguments

Format

A dataframe containing the data as required for the drfit function. An additional column contains the tested organism (name of the cell line).

Examples

Run this code
# NOT RUN {
  rIM1xIPC81 <- drfit(IM1xIPC81, linlogit = TRUE, showED50 = TRUE, EDx = 10)

  rIM1xIPC81.drc <- drcfit(IM1xIPC81, linlogit = TRUE, showED50 = TRUE, EDx = 10)

  print(rIM1xIPC81,digits=4)
  print(rIM1xIPC81.drc,digits=4)
# }

Run the code above in your browser using DataCamp Workspace