exp2: Exponential 2 Model

View source: R/tcplObj.R

exp2R Documentation

Exponential 2 Model

Description

f(x) = a*(e^{(x/b)}- 1)

Usage

exp2(ps, x)

Arguments

ps

Vector of parameters: a,b,er

x

Vector of concentrations (regular units)

Value

Vector of model responses

Examples

exp2(c(1,2),1)


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