A four-parameter log-logistic function.
Arguments
- fixed
numeric vector of length 4, specifying fixed parameters (use NA for non-fixed parameters).
- names
character vector of length 4, specifying the names of the parameters (default: b, c, d, e).
- ...
additional arguments to
llogistic.
Value
See llogistic.
Details
The four-parameter log-logistic function is given by the expression $$f(x) = c + \frac{d-c}{1+\exp(b(\log(x)-\log(e)))}$$
Examples
spinach.m1 <- drm(SLOPE~DOSE, CURVE, data = spinach, fct = LL.4())
