Description Usage Arguments Value
View source: R/DR_Bliss_Hill2.R
Compute bivariate dose-response function when each mixture compoent follows a 2-parameter Hill dose-response function and the Bliis independance model holds.
1 | DR_Bliss_Hill2(d1, d2, a1, b1, a2, b2)
|
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#' |
vector of numerical responses
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.