Description Usage Arguments Value
View source: R/drexplorer_IAI.ModelSelection.R
Re-implemented IAI calculation with model selection and CI
1 2 3 4 5 6 7 8 9 | fitIAI_mod0(
d1,
d2,
e,
E = seq(0.05, 0.95, 0.005),
name1 = "Drug A",
name2 = "Drug B",
ratio
)
|
d1 |
dose for drug 1. |
d2 |
dose for drug 2. |
e |
corresponding percentile in the range [0, 1]; response is 1-E. |
E |
a vector of responses (between 0 and 1) where IAI and confidence interval are to be computed from. |
name1 |
drug 1 name. |
name2 |
drug 2 name. |
ratio |
ratio of d1/d2. |
a list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.