View source: R/model-sigmoid-stanvars.R
sigmoid_stanvar | R Documentation |
Stan Code for the Sigmoid Model.
sigmoid_stanvar()
stanvar script of a sigmoid dose response equation. For log dose
greater than negative infinity (dose greater than 0), the sigmoid dose
response equation is used. ac50
is the half maximal response, hill is the
slope, top is the maximum response, and bottom is the minimum response. For
log dose equal to negative infinity (dose equal to 0), if hill is positive,
then the bottom value is returned. If hill is negative, then the top value
is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.