Send the standard curve to drc::drm to generate the 4 parameter logistic fit
fit_4pl(.data, concentration = "concentration", od = "od")
.data | data frame (generated by `extract_standard()`) containing the theoretical concentrations and measured O.D. values. |
---|---|
concentration | concentration column |
od | O.D. column |
An object of class `drc`. Have a look at `?drc::drm` for more informations.