loghill: Log Hill Model

View source: R/tcplObj.R

loghillR Documentation

Log Hill Model

Description

f(x) = \frac{tp}{(1 + 10^{(p*(ga-x))} )}

Usage

loghill(ps, x)

Arguments

ps

Vector of parameters: tp,ga,p,er (ga is in log10-scale)

x

Vector of concentrations (log10 units)

Value

Vector of model responses.

Examples

loghill(c(1,2,3),1)


tcplfit2 documentation built on Oct. 11, 2023, 1:07 a.m.