S.alba {drc}R Documentation

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(S.alba)

Format

A data frame with 68 observations on the following 3 variables.

Dose
a numeric vector giving the dose in g/ha
Herbicide
a factor with levels Bentazone Glyphosate
DryMatter
a numeric vector containing the response

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).

Source

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.

See Also

See the examples in the examples sections in multdrc and SI.

Examples


## Fitting a log-logistic model with
##  common lower and upper limits
model1 <- drm(DryMatter~Dose, Herbicide, data=S.alba, fct = LL.4(),
pmodels=data.frame(Herbicide,1,1,Herbicide), adjust="bc1") 

## Plotting fitted curve and data
plot(model1)


[Package drc version 1.3-0 Index]