ec50_multimodel.Rd
Estimate Efective dose (EC50) for multi isolate stratified data set using one or more models.
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 specifying the non-linear models to be fitted. Please, inform the model functions with the :: operator to inform the drc package (e.g. list(drc::LL.4(), drc::LL.3())
). For more info, see "drc::drm
".
A character string specifying the type of confidence intervals to be supplied. For more information see "ED
"
Whether the specified response levels are absolute or relative (default)
A dataframe containing EC estimates and statistics for model selection for each model used. For more info, see "drc::ED
".