exp5: Exponential 5 Model

View source: R/tcplObj.R

exp5R Documentation

Exponential 5 Model

Description

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

Usage

exp5(ps, x)

Arguments

ps

Vector of parameters: tp,ga,p,er

x

Vector of concentrations (regular units)

Value

Vector of model responses

Examples

exp5(c(1,2,3),1)


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