estimate_EC50.Rd
Estimate Efective dose (EC50) for multi isolate stratified data set.
estimate_EC50(formula, data, EC_lvl = 50, isolate_col,
strata_col = NULL,
fct,interval = c("none", "delta", "fls", "tfls"))
An object of class "formula
.(e.g. growth ~ dose")
A data.frame
in which the dose-response data is in
Define the EC level. Default is 50
indicate the isolate colunm. Indicate the name inside "". (e.g. "isolates")
indicate the strata colunms. If there are more then one colunms, indicate as a vector (e.g. c("region", "field"))
A list with three or more elements specifying the non-linear function. Please, inform the model function with the :: operator to inform the drc package (e.g. drc::LL.4()
). For more info, see "drm
".
A character string specifying the type of confidence intervals to be supplied. For more information see "ED
"