logistic {TestingSimilarity} | R Documentation |
Implementation of logistic models
Description
Logistic model:
m(d,\beta)=E_0+\frac{E_{max}}{1+exp[(ED_{50}-d)/\delta]}
Usage
logistic(d, e)
Arguments
d |
real-valued argument to the function (dose variable) |
e |
model parameter |
Value
Response value.
[Package TestingSimilarity version 1.1 Index]