cabanne {drc} | R Documentation |
A concise (1-5 lines) description of the dataset.
data(cabanne)
A data frame with 240 observations on the following 3 variables.
dose
drymat
curve
If necessary, more details than the description above
reference to a publication or URL from which the data were obtained
possibly secondary sources and usages
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)