Description Usage Arguments Value References
View source: R/DR_Jonker_Hill2.R
Compute bivariate dose-response function when each mixture compoent follows a 2-parameter Hill dose-response function and Jonker S/A model holds.
1 | DR_JonkerSA_Hill2(d1, d2, a1, b1, a2, b2, alpha)
|
d1 |
dose of first compound: a numeric vector |
d2 |
dose of second compound: a numeric vector |
a1 |
parameter a in Hill-2 DR fuction 1/(1+(a/x)**b) for first compound |
b1 |
parameter b in Hill-2 DR fuction 1/(1+(a/x)**b) for first compound |
a2 |
parameter a in Hill-2 DR fuction 1/(1+(a/x)**b) for second compound |
b2 |
parameter b Hill-2 DR fuction in 1/(1+(a/x)**b) for second compound |
alpha |
parameter quantifying departure from Loewe additivity in Jonker S/A model |
vector of numerical responses
Jonker model S/A (Eq. 7 p. 2703 Jonker et al. Env Tox & Chem 24(10) 2005)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.