Learn R Programming

MCPMod (version 1.0-10.1)

linear: Linear Model

Description

The model function for the linear model is defined as $$ f(d,\theta)=E_0+\delta d$$

Usage

linear(dose, e0, delta)

Arguments

dose

Dose variable

e0

Placebo effect

delta

Slope parameter

Value

Response value

References

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

See Also

logistic, sigEmax, linlog, exponential, quadratic, emax, betaMod