Usage
mlogistic(lowerc = c(-Inf, -Inf, -Inf, -Inf, -Inf),
upperc = c(Inf, Inf, Inf, Inf, Inf), fixed = c(NA, NA, NA, NA, NA),
names = c("b", "c", "d", "e", "f"), alpha, scaleDose = TRUE, useDer = FALSE)
umlogistic(lowerc = c(-Inf, -Inf, -Inf, -Inf, -Inf),
upperc = c(Inf, Inf, Inf, Inf, Inf), fixed = c(NA, NA, NA, NA, NA),
names = c("b", "c", "d", "e", "f"), alpha, scaleDose = TRUE, useDer = FALSE)
Arguments
lowerc
numeric vector. The lower bound on parameters. Default is minus infinity.
upperc
numeric vector. The upper bound on parameters. Default is plus infinity.
fixed
numeric vector. Specifies which parameters are fixed and at what value they are fixed. NAs for parameter that are not fixed.
names
a 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').
alpha
numeric. The degree of hormesis. Needs to be specified!
scaleDose
logical. If TRUE dose values are scaled around 1 during estimation;
this is required for datasets where all dose values are small.
useDer
logical. If TRUE derivatives are supplied, otherwise they are not supplied. Not yet implemented!