fitIC50 | R Documentation |
Use the drc package to perform IC50 fit. Can be directly used for geom_smooth() in ggplot2
fitIC50(formula, data = NULL, weights, ...)
formula |
Formula for the curve fitting. |
data |
A data frame contain the raw concentration and the viability value. The viability should not be the percent viability value. |
... |
Parameters passed to logLogisticRegression() |
weigths |
Not used, mainly for geom_smooth() purpose |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.