
W2.3
provide the three-parameter Weibull function, self starter function and names of the parameters.
'W1.3u' and 'W2.3u' provide three-parameter Weibull function where the upper limit is equal to 1, mainly
for use with binomial/quantal response.W1.3(fixed = c(NA, NA, NA), names = c("b", "d", "e"))
W2.3(fixed = c(NA, NA, NA), names = c("b", "d", "e"))
W1.3u(upper = 1, fixed = c(NA, NA, NA), names = c("b", "c", "e"))
W2.3u(upper = 1, fixed = c(NA, NA, NA), names = c("b", "c", "e"))
weibull1
.W1.4
and weibull1
.## Fitting a three-parameter Weibull model
ryegrass.m1 <- drm(rootl ~ conc, data = ryegrass, fct = W1.3())
ryegrass.m1
Run the code above in your browser using DataLab