Learn R Programming

drc (version 1.2-0)

TM: A suite of bioassays

Description

The data set consists of observations from 7 bioassays plus additional control measurements (dose equal to 0).

Usage

data(TM)

Arguments

source

Cedergreen N. (2004) Unpublished bioassay data.

Details

dose is the concentration of herbicide. pct is the grouping variable, separating observations into curves. rgr is the response (relative growth rate).

Examples

Run this code
TM[1:20,]  # displaying first 20 lines of the data set

## Fitting a Weibull model
## control measurements are specified using the 'cm' argument (not necessary to specify) 
model1 <- multdrc(rgr~dose, pct, cm="999", data=TM, fct=W1.4())
summary(model1)


rm(model1)

Run the code above in your browser using DataLab