View source: R/model-sigmoid-function.R
sigmoid_slope_to_hill | R Documentation |
The hill
parameter controls the slope at the ac50 (slope
)
but the slope
also depends on the top
and bottom
parameters. This
helper function facilitates computing the hill
from the parameters.
To prove the this function is correct, we will re-arrange the equation
relating the slope
to the hill
parameters
hill * log(10) * (top - bottom) / 4 = slope hill = slope * 4 / (log10 * (top - bottom))
sigmoid_slope_to_hill(slope, top, bottom)
slope |
|
top |
|
bottom |
|
numeric
the hill coefficient of the sigmoid()
function at.
sigmoid()
sigmoid_hill_to_slope()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.