View source: R/dose_response_models.R
Generate count values following a Exponential (2 or 3) model response = a * exp(sign * (b * dose)^d)
1 | modelExp(doses, a, b, d)
|
doses |
A vector of doses to model |
a |
The background response |
b |
'Slope' of the model |
d |
'Power' of the model. Set as 1 for Exponential 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.