cabanne {drc}R Documentation

data name/kind

Description

A concise (1-5 lines) description of the dataset.

Usage

data(cabanne)

Format

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

dose
a numeric vector
drymat
a numeric vector
curve
a numeric vector

Details

If necessary, more details than the description above

Source

reference to a publication or URL from which the data were obtained

References

possibly secondary sources and usages

Examples


model1 <- multdrc(drymat~dose, curve, data=cabanne, cm="0")
plot(fitted(model1), residuals(model1))

## Fitting one curve with variance as a power of the mean
model2 <- multdrc(drymat~dose, data=cabanne[c(1:40,141:240),], varPower=TRUE)

rm(model1, model2)


[Package drc version 1.1-0 Index]