View source: R/dose_response_models.R
Generate count values following a Hill model response = ?? + (V * dose^n)/(k^n + dose^n)
1 |
doses |
A vector of doses to model |
gamma |
The background response |
V |
Velocity, or the maximal response |
n |
Power of the model. Should be > 1 to avoid an infinite slope. |
k |
Dose were half the response is observed. Equivale of ED/EC50 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.