Learn R Programming

tcplfit2 (version 0.1.7)

exp4: Exponential 4 Model

Description

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

Usage

exp4(ps, x)

Value

Vector of model responses

Arguments

ps

Vector of parameters: tp,ga,er

x

Vector of concentrations (regular units)

Examples

Run this code
exp4(c(1,2),1)

Run the code above in your browser using DataLab