model_dose_response: Models the yield as a function of dilution

View source: R/growth_analysis.R

model_dose_responseR Documentation

Models the yield as a function of dilution

Description

Models the yield as a function of dilution

Usage

model_dose_response(
  growth_params,
  dependent_var = "AUC_l",
  data_key = "series",
  nls_trace = FALSE
)

Arguments

growth_params

the tibble with growth parameters (a result of do_growth_analysis())

nls_trace

when TRUE gives the tarce of the nls function

dependent

the dependent variable, either one of yield and auc_l


MichielNoback/growthis documentation built on Jan. 4, 2023, 10:30 a.m.