Usage
lnormal(fixed = c(NA, NA, NA, NA), names = c("b", "c", "d", "e"),
method = c("1", "2", "3", "4"), ssfct = NULL,
fctName, fctText, loge = FALSE)
LN.2(upper = 1, fixed = c(NA, NA), names = c("b", "e"), ...)
LN.3(fixed = c(NA, NA, NA), names = c("b", "d", "e"), ...)
LN.3u(upper = 1, fixed = c(NA, NA, NA), names = c("b", "c", "e"), ...)
LN.4(fixed = c(NA, NA, NA, NA), names = c("b", "c", "d", "e"), ...)
Arguments
fixed
numeric vector. Specifies which parameters are fixed and at what value they are fixed.
NAs for parameter that are not fixed.
names
vector of character strings giving the names of the parameters (should not contain ":").
The default is reasonable (see under 'Usage'). The order of the parameters is: b, c, d, e, f
(see under 'Details' for the precise meaning of each parameter).
method
character string indicating the self starter function to use.
ssfct
a self starter function to be used.
fctName
character string used internally by convenience functions (optional).
fctText
character string used internally by convenience functions (optional).
loge
logical indicating whether or not ED50 or log(ED50) should be a parameter in the model.
By default ED50 is a model parameter.
upper
numeric specifying the upper horizontal asymptote in the convenience function.
The default is 1.
...
additional arguments to be passed from the convenience functions to lnormal
.