Description Usage Arguments Value Examples
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 10 11 | fitIAI_mod(
d1,
d2,
e,
E = seq(0.05, 0.95, 0.005),
name1 = "Drug A",
name2 = "Drug B",
ratio,
tol = 0.1,
IAIactive = 0.95
)
|
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. |
tol |
tolerance in declaring fixed ratio. |
IAIactive |
default is set to 0.95. |
a list
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.