Learn R Programming

drc (version 1.2-0)

cabanne: data name/kind

Description

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

Usage

data(cabanne)

Arguments

source

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

Details

If necessary, more details than the description above

References

possibly secondary sources and usages

Examples

Run this code
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)

Run the code above in your browser using DataLab