Description Usage Arguments Value Author(s) See Also Examples
This function uses rootfinding with fitted curve to compute IC values.
1 2 3 4 5 6 7 8 9 10 |
drFit |
A drFit object as returned by drFit() function. |
percent |
the inhibition ratio to be searched against. A vector between 0 and 1. Corresponding response is 1 - percent |
log.d |
whether to return log10(dose) or the raw dose. Default is set to TRUE. |
interpolation |
whether to use interpolation to estimate IC values. In this case, the computed IC values will be bound by the observed dosages. |
stepLen |
step length to construct equally spaced intervals during interpolation. Only used when interpolation = TRUE. |
lower |
lower bound in root search. Default is min(c(0, min(dose))) where dose is the observed dose levels from drFit@originalDat. |
upper |
upper bound in root search. Default is max(dose)*1e6 where dose is the observed dose levels from drFit@originalDat. |
... |
other optimization parameters to be passed to uniroot(). |
A named vector giving the IC values at specified percentiles.
Kevin R Coombes (kcoombes@mdanderson.org), Pan Tong (nickytong@gmail.com)
NewmanTest, drOutlier, drModels, drFit
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.