logist3 | R Documentation |
Calculates three parameter logistic function
logist3(x, a, b, c)
x |
Independent variable |
a |
First parameter. See details |
b |
Second parameter |
c |
Third parameter |
Calculates y = a/(1 + xx), where xx = exp(-(x - b)/c)
Numerical output of the function described in details
William R. Fairweather
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.