drc (version 3.0-1)

algae: Volume of algae as function of increasing concentrations of a herbicide

Description

Dataset from an experiment exploring the effect of increasing concentrations of a herbicide on the volume of the treated algae.

Usage

data(algae)

Arguments

Format

A data frame with 14 observations on the following 2 variables.

Source

Meister, R. and van den Brink, P. (2000) The Analysis of Laboratory Toxicity Experiments, Chapter 4 in Statistics in Ecotoxicology, Editor: T. Sparks, New York: John Wiley \& Sons, (pp. 114--116).

Details

This datasets requires a cubic root transformation in order to stabilise the variance.

Examples

Run this code

algae.m1 <- drm(vol~conc, data=algae, fct=LL.3())
summary(algae.m1)

algae.m2 <- boxcox(algae.m1)
summary(algae.m2)

Run the code above in your browser using DataLab