addDirectLin {nlmixr2lib} | R Documentation |
Add direct linear effect with baseline=0
Description
Add direct linear effect with baseline=0
Usage
addDirectLin(ui, ek = "Ek", cc = c("Ce", "Cc"), effect = "effect")
Arguments
ui |
rxode2 model |
ek |
simulation linear constant |
cc |
the concentration value |
effect |
the effect variable that will be modeled |
Value
model with direct linear effect added (baseline=0)
Author(s)
Matthew L. Fidler
See Also
Other PD:
addBaseline1exp()
,
addBaselineConst()
,
addBaselineExp()
,
addBaselineLin()
,
convertEmax()
,
convertLogLin()
,
convertQuad()
Examples
# Direct linear model
readModelDb("PK_2cmt_no_depot") |>
addDirectLin()
# Direct emax model
readModelDb("PK_2cmt_no_depot") |>
addDirectLin() |>
convertEmax()
[Package nlmixr2lib version 0.3.0 Index]