addBaseline1exp | R Documentation |
Add baseline that decays exponential with time
addBaseline1exp(ui, effect = "effect", eb = "Eb", time = "time", kb = "kb")
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 |
model with baseline constant
Matthew L. Fidler
Other PD:
addBaselineConst()
,
addBaselineExp()
,
addBaselineLin()
,
addDirectLin()
,
convertEmax()
,
convertLogLin()
,
convertQuad()
readModelDb("PK_2cmt_no_depot") |>
addDirectLin() |>
convertQuad() |>
addBaseline1exp()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.