Learn R Programming

drc (version 2.5-12)

terbuthylazin: The effect of terbuthylazin on growth rate

Description

Test on the effect of terbuthylazin on Lemna minor, performed on an aseptic culture according to the OECD-guidelines.

Usage

data(terbuthylazin)

Arguments

source

Cedergreen N. (2004). Unpublished bioassay data.

Details

Dose is $$\mu l^{-1}$$ and rgr is the relative growth rate of Lemna.

Examples

Run this code
## displaying first 6 rows of the data set
head(terbuthylazin)

## Fitting log-logistic model
terbuthylazin.m1 <- drm(rgr~dose, data = terbuthylazin, fct = LL.4())
summary(terbuthylazin.m1)

## Fitting log-logistic model
##  with Box-Cox transformation
terbuthylazin.m2 <- boxcox(terbuthylazin.m1, method = "anova")
summary(terbuthylazin.m2)

Run the code above in your browser using DataLab