exp4: Exponential 4 Model

View source: R/tcplObj.R

exp4R Documentation

Exponential 4 Model

Description

f(x) = tp*(1-2^{(-x/ga)})

Usage

exp4(ps, x)

Arguments

ps

Vector of parameters: tp,ga,er

x

Vector of concentrations (regular units)

Value

Vector of model responses

Examples

exp4(c(1,2),1)


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