A five-parameter (generalized) log-logistic function. The function is asymmetric when f differs from 1.
Arguments
- fixed
numeric vector of length 5, specifying fixed parameters (use NA for non-fixed parameters).
- names
character vector of length 5, specifying the names of the parameters (default: b, c, d, e, f).
- ...
additional arguments to
llogistic.
Value
See llogistic.
Details
The five-parameter log-logistic function is given by the expression $$f(x) = c + \frac{d-c}{(1+\exp(b(\log(x)-\log(e))))^f}$$
Examples
ryegrass.m1 <- drm(rootl ~ conc, data = ryegrass, fct = LL.5())
