Learn R Programming

tcplfit2 (version 0.1.7)

exp3: Exponential 3 Model

Description

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

Usage

exp3(ps, x)

Value

Vector of model responses

Arguments

ps

Vector of parameters: a,b,p,er

x

Vector of concentrations (regular units)

Examples

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

Run the code above in your browser using DataLab