Description Usage Arguments Value
View source: R/dose_response_fitting.R
Function to fit linear models using lm function.
1 | linear.fit(data, resp = "Birth_rate", conc = "CONC", ...)
|
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. |
... |
Additional arguments for the lm function. |
This function returns the results of the model fitting function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.