Description Usage Arguments Details Value References See Also
The model function for the Emax model is defined as
f(d,theta)=E0+Emax d/(ED50 + d).
1 | emax(dose, e0, eMax, ed50)
|
dose |
Dose variable |
e0 |
Placebo effect |
eMax |
Asymptotic maximum change from placebo effect |
ed50 |
Dose giving half of the asymptotic maximum effect |
The emax model is used to represent monotone, concave dose-response shapes. To distinguish it from the more general sigmoid emax model it is sometimes also called hyperbolic emax model.
Response value
MacDougall, J. (2006). Analysis of dose-response studies - Emax model,in N. Ting (ed.), Dose Finding in Drug Development, Springer, New York, pp. 127–145
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
sigEmax, logistic, betaMod,
linlog, linear, quadratic,
exponential
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.