Description Usage Arguments Details Value References See Also
The model function for the quadratic model is defined as
f(d,theta)=E0+beta1 d+beta2 d^2.
1 | quadratic(dose, e0, b1, b2)
|
dose |
Dose variable |
e0 |
Placebo effect |
b1 |
beta1 parameter |
b2 |
beta2 parameter (controls, whether model is convex or concave) |
This model is intended to capture a possible non-monotonic dose-response relationship.
Response value
Pinheiro, J. C., Bretz, F. and Branson, M. (2006). Analysis of dose-response studies - modeling approaches, in N. Ting (ed.). Dose Finding in Drug Development, Springer, New York, pp. 146–171
logistic, sigEmax,
linlog, linear, exponential,
emax, betaMod
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.