sigEmax: Sigmoid Emax Model

Description Usage Arguments Details Value References See Also

View source: R/planMCPMod.R

Description

The model function for the sigmoid Emax model is defined as

f(d,theta)=E0+Emax d^h/(ED50^h + d^h).

Usage

1
sigEmax(dose, e0, eMax, ed50, h)

Arguments

dose

Dose variable

e0

Placebo effect

eMax

Asymptotic maximum change from placebo effect

ed50

Dose giving half of the asymptotic maximum effect

h

Hill parameter, determining the steepness of the model at the ED50

Details

The sigmoid Emax model is an extension of the (hyperbolic) Emax model by introducing an additional parameter h, that determines the steepness of the curve at the ed50 value. The sigmoid Emax model describes monotonic, sigmoid dose-response relationships.

Value

Response value

References

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

See Also

emax, logistic, betaMod, linlog, linear, quadratic, exponential


MCPMod documentation built on March 26, 2020, 7:28 p.m.