View source: R/dose_response.R
bio_dose_resp | R Documentation |
Generic internal function for fitting of dose-response models with the output in a tidy format. Results include nested columns of raw data, fitted models, model parameters and curve data for plotting.
bio_dose_resp( data, .dose, .resp, .group = NULL, .model = drc::LL.4(names = c("slope", "min", "max", "ec50")) )
.dose |
Column name for the dose data. |
.resp |
Column name for the response data. |
.group |
|
.model |
Model function from |
A tibble()
with list-columns containing the data, the predictions,
the residuals and the coefficients of the model.
DNase %>% bio_dose_resp(conc, density, Run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.