Description Usage Arguments See Also
Systematically combines the features of two models.
1 2 | ## S3 method for class 'qpmodel'
qp1 + qp2
|
qp1 |
qpmodel 1 |
qp2 |
qpmodel 2 twocpt <- qp.twocpt.iv.cl() absMM <- qp.abs.MM() model <- twocpt + absMM + theta( tvV = 2, tvCL = 3, tvQ = 0.5, tvV2 = 0.1, tvamax = 0.35, tvka50 = 0.05 ) + omega( etaV = 0.1, etaCL = 0.2, etaQ = 0, etaV2 = 0, etaamax = 0, etaka50 = 0.1 ) |
Other operators:
+.eqns()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.