ml3a {drc}R Documentation

The modified logistic function

Description

'ml3a' provides Cedergreen-Ritz-Streibig's modified logistic dose response function with the lower limit equal to 0.

Usage

ml3a(names = c("b", "d", "e", "f"), useDer = FALSE)

Arguments

names a vector of character strings giving the names of the parameters. The default is reasonable (see above).
useDer logical. If TRUE derivatives are supplied, otherwise they are not supplied. Not yet implemented!

Details

The model is given by the expression

f(x) = 0 + frac{d-0+f exp(-1/x)}{1+exp(b(log(x)-log(e)))}

which is a five-parameter model.

It is a modification of the four-parameter logistic curve to take hormesis into account.

Value

See mlogistic.

Note

This function is for use with the function multdrc.

Author(s)

Christian Ritz

References

Cedergreen, N. and Ritz, C. and Streibig, J. C. (2005) Improved empirical models describing hormesis, Submitted.

See Also

Similar functions are ml3b and ml3c.

Examples


## Modified logistic model
model1 <- multdrc(hormesis[,c(2,1)], fct=ml3a())
summary(model1)
ED(model1, c(50))

rm(model1)


[Package drc version 0.9-0 Index]