addBaselineExp {nlmixr2lib} | R Documentation |
Add baseline that decays exponential with time
Description
Add baseline that decays exponential with time
Usage
addBaselineExp(ui, effect = "effect", eb = "Eb", time = "time", kb = "kb")
Arguments
ui |
rxode2 model |
effect |
the effect variable that will be modeled |
eb |
baseline constant parameter |
time |
the time or other variable used for baseline decay |
kb |
the first order baseline decay constant |
Value
model with baseline constant
Author(s)
Matthew L. Fidler
See Also
Other PD:
addBaseline1exp()
,
addBaselineConst()
,
addBaselineLin()
,
addDirectLin()
,
convertEmax()
,
convertLogLin()
,
convertQuad()
Examples
readModelDb("PK_2cmt_no_depot") |>
addDirectLin() |>
convertQuad() |>
addBaselineExp()
[Package nlmixr2lib version 0.3.0 Index]