Learn R Programming

drc (version 1.5-2)

secalonic: Root length

Description

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

Usage

data(secalonic)

Arguments

source

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.

Details

Data are averages of three root length measurements.

Examples

Run this code
## Fitting a 4-parameter log-logistic model
secalonic.m1 <- multdrc(rootl~dose, data=secalonic)

## Fitting a 3-parameter log-logistic model
##  lower limit fixed at 0
secalonic.m2 <- multdrc(rootl~dose, data=secalonic, fct=LL.3())

Run the code above in your browser using DataLab