Usage
gompertz(fixed = c(NA, NA, NA, NA), names = c("b", "c", "d", "e"),
method = c("1", "2", "3", "4"), ssfct = NULL,
fctName, fctText)
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 order of the parameters is: b, c, d, e (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).