get_hill_fit_config: Get the default configurations for the Hill fit

View source: R/tcplfit_hillbase.R

get_hill_fit_configR 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.

  • theta: initial values of parameters for Hill equation: tp, ga, gw, er

  • f: the object function

  • ui: the bound matrix

  • ci: the bound constraints

See Also

tcpl::tcplObjHill(), fit_modls()


moggces/Rcurvep documentation built on Feb. 6, 2024, 3:30 a.m.