The function gives the default settings by using one set of concentration-response data.
get_hill_fit_config(Conc, Resp, optimf = "tcplObjHill")
A list of input configurations.
theta: initial values of parameters for Hill equation: tp, ga, gw, er
f: the object function
ui: the bound matrix
ci: the bound constraints
A vector of log10 concentrations.
A vector of numeric responses.
The default optimized function is tcpl::tcplObjHill()
.
but can be changed to ObjHillnorm().
tcpl::tcplObjHill()
, fit_modls()