hillfn: Hill Model

View source: R/tcplObj.R

hillfnR Documentation

Hill Model

Description

f(x) = \frac{tp}{[(1 + (ga/x)^p )]}

Usage

hillfn(ps, x)

Arguments

ps

Vector of parameters: tp,ga,p,er

x

Vector of concentrations (regular units)

Value

Vector of model responses

Examples

hillfn(c(1,2,3),1)


tcplfit2 documentation built on June 8, 2025, 12:32 p.m.