Learn R Programming

drc (version 1.2-0)

christensenetal2003: Potency of two herbicides

Description

Data are from an experiment, comparing the potency of the two herbicides glyphosate and bentazone in Sinapis alba.

Usage

data(christensenetal2003)

Arguments

source

The dataset is analysed in Christensen et al (2003).

Details

The lower and upper limits for the two herbicides can be assumed identical, whereas slopes and ED50 values are different (in the log-logistic model).

References

Christensen, M. G. and Teicher, H. B. and Streibig, J. C. (2003) Linking fluorescence induction curve and biomass in herbicide screening, Pest Management Science, 59, 1303--1310.

Examples

Run this code
## Fitting a log-logistic model with
##  common lower and upper limits
model1<-multdrc(DryMatter~Dose, Herbicide, data=christensenetal2003,
collapse=data.frame(Herbicide,1,1,Herbicide), boxcox=TRUE) 

## Plotting fitted curve and data
plot(model1)


rm(model1)

Run the code above in your browser using DataLab