onecurve {drc}R Documentation

Root length

Description

Data are from an experiment assessing the inhibitory effect effect of secalonic acids on plant growth.

Usage

data(onecurve)

Format

A data frame with 7 observations on the following 2 variables.

Dose
a numeric vector containing dose values
Root
a numeric vector containing root lengths

Details

The root lengths are each averages of three measured root lengths.

Source

The dataset is analysed in Gong et al (2004).

References

Gong, X. and Zeng, R. and Luo, S. and Yong, C. and Zheng, Q. (2004) Two new secalonic acids from Aspergillus Japonicus and their allelopathic effects on higher plants, Proceedings of International Symposium on Allelopathy Research and Application, 27-29 April, Shanshui, Guangdong, China (Editors: R. Zeng and S. Luo), 209–217.

Examples


## Fitting a 4-parameter log-logistic model
model.onecurve <- multdrc(Root~Dose, data=onecurve)

## Fitting a 3-parameter log-logistic model
##  lower limit fixed at 0
model.onecurve.noC <- multdrc(Root~Dose, data=onecurve, fct=l3())

rm(model.onecurve, model.onecurve.noC)

[Package drc version 0.9-0 Index]