get_hill_fit_config {Rcurvep}R Documentation

Get the default configurations for the Hill fit

Description

The function gives the default settings by using one set of concentration-response data.

Usage

get_hill_fit_config(Conc, Resp, optimf = "tcplObjHill")

Arguments

Conc

A vector of log10 concentrations.

Resp

A vector of numeric responses.

optimf

The default optimized function is tcpl::tcplObjHill(). but can be changed to ObjHillnorm().

Value

A list of input configurations.

See Also

tcpl::tcplObjHill(), fit_modls()


[Package Rcurvep version 1.3.1 Index]