drfit (version 0.7.2)

IM1xVibrio: Dose-Response data for 1-methyl-3-alkylimidazolium tetrafluoroborates in V. fischeri

Description

This is the raw data documenting the influence of the alkyl chain length in 3 position on the toxicity to the marine luminescent bacteria V. fischeri. 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.

Usage

data(IM1xVibrio)

Arguments

Format

A dataframe containing the data as required for the drfit function. Additional columns contain the species tested (luminescent bacteria Vibrio fischeri, organism), and a field specifying if the data is regarded valid (ok).

Examples

Run this code
# NOT RUN {
  rIM1xVibrio <- drfit(IM1xVibrio, logit = TRUE, chooseone = FALSE,
                       showED50 = TRUE, EDx = c(10, 20))
  print(rIM1xVibrio, digits = 4)

  rIM1xVibrio.drc <- drcfit(IM1xVibrio, logit = TRUE, chooseone = FALSE,
                            showED50 = TRUE, EDx = c(10, 20))
  print(rIM1xVibrio.drc, digits = 4)
# }

Run the code above in your browser using DataLab