Learn R Programming

tcplfit2 (version 0.1.7)

loghill: Log Hill Model

Description

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

Usage

loghill(ps, x)

Value

Vector of model responses.

Arguments

ps

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

x

Vector of concentrations (log10 units)

Examples

Run this code
loghill(c(1,2,3),1)

Run the code above in your browser using DataLab