Description Usage Arguments Details
The general asymmetric five-parameter logistic model for describing dose-response relationships.
1 2 3 4 5 6 7 |
x |
numeric dose vector. |
b |
steepness |
e |
ED50 |
d |
upper limit |
c |
lower limit |
f |
asymmetry |
The default arguments yields the five-parameter logistic mean function given by the expression
f(x) = c + \frac{d-c}{(1+\exp(b(x - e)))^f}
The model is sometimes referred to as the Boltzmann model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.