A three-parameter Weibull type 2 model with the lower limit fixed at 0. The model is given by the equation $$f(x) = d \cdot (1 - \exp(-\exp(b(\log(x) - \log(e)))))$$
Arguments
- fixed
numeric vector of length 3, specifying fixed parameters (use
NAfor parameters that should be estimated).- names
character vector of length 3 giving the names of the parameters (default
c("b", "d", "e")).- ...
additional arguments passed to
weibull2, most notablymethod(a character string:"1"(default),"2","3", or"4") which selects the self-starter method for obtaining starting values. Seeweibull2for details.
Value
A list of class "Weibull-2" as returned by weibull2.
Examples
ryegrass.m1 <- drm(rootl ~ conc, data = ryegrass, fct = W2.3())
