Learn R Programming

tcplfit2 (version 0.1.7)

gnls: Gain-Loss Model

Description

\(f(x) = \frac{tp}{[(1 + (ga/x)^p )(1 + (x/la)^q )]}\)

Usage

gnls(ps, x)

Value

Vector of model responses

Arguments

ps

Vector of parameters: tp,ga,p,la,q,er

x

Vector of concentrations (regular units)

Examples

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

Run the code above in your browser using DataLab