A three-parameter log-logistic function with lower limit fixed at 0.
Arguments
- fixed
numeric vector of length 3, specifying fixed parameters (use NA for non-fixed parameters).
- names
character vector of length 3, specifying the names of the parameters (default: b, d, e).
- ...
additional arguments to
llogistic.
Value
See llogistic.
Details
The three-parameter log-logistic function is given by the expression $$f(x) = \frac{d}{1+\exp(b(\log(x)-\log(e)))}$$
Examples
ryegrass.model1 <- drm(rootl ~ conc, data = ryegrass, fct = LL.3())
