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 ":").
...: additional arguments from convenience functions to llogistic.
Details
The model is defined by the three-parameter model function
f(x,(c,d,e))=c+1+(e/x)d−c
It is an increasing as a function of the dose x, attaining the lower limit c at dose 0 (x=0) and the upper limit d for infinitely large doses. The parameter e corresponds to the dose yielding a response halfway between c and d.
The common two-parameter Michaelis-Menten model (MM.2) is obtained by setting c equal to 0.
Returns
A list of class drcMean, containing the mean function, the self starter function, the parameter names and other components such as derivatives and a function for calculating ED values.
Author(s)
Christian Ritz
Note
At the moment the implementation cannot deal with infinite concentrations.
See Also
Related models are the asymptotic regression models AR.2 and AR.3.