poly2bmds {tcplfit2} | R Documentation |
Polynomial 2 Model (BMDS)
Description
f(x) = b1*x + b2*x^{2}
Usage
poly2bmds(ps, x)
Arguments
ps |
Vector of parameters: b1,b2,er |
x |
Vector of concentrations (regular units) |
Value
Vector of model responses
Examples
poly2bmds(c(1,2),1)
[Package tcplfit2 version 0.1.9 Index]