Description Usage Arguments Value Examples
View source: R/dose_response_fitting.R
A general model fitting function for single drug effects using drm from the drc package.
1 2 |
data |
Concentration-effect dataframe. |
resp |
Name of the column with the response values. Default is "Birth_rate". |
conc |
Name of the column with the drug concentration values. Default to "CONC". |
fct |
nonlinear function. Currently available functions can be found in drc package (use |
... |
Additional arguments for the model fitting function. See |
This function returns the results of the model fitting function
1 2 3 4 5 6 | ## Not run:
data(AU565_dataset)
#Fit the data with a 4 parameter log-logistic function:
curve.fit(AU565_dataset,resp="Viable.cells",conc="CONC",fct=drc::LL.4())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.