
Five-Parameter Generalised Log-Logistic Model with log(ED50) as Parameter
Source:R/llogistic2.R
LL2.5.RdA five-parameter generalised log-logistic model where the ED50 is
parameterised on the log scale. All five parameters (b, c,
d, e, f) are estimated.
Arguments
- fixed
numeric vector of length 5. Specifies which parameters are fixed and at what value. Use
NAfor parameters that should be estimated.- names
character vector of length 5 giving the names of the parameters
b,c,d,e, andf.- ...
additional arguments passed to
llogistic2.
Value
A list of class "llogistic" with the nonlinear function,
self-starter, and related components.
Examples
ryegrass.m1 <- drm(rootl ~ conc, data = ryegrass, fct = LL2.5())