addDirectLin | R Documentation |
Add direct linear effect with baseline=0
addDirectLin(ui, ek = "Ek", cc = c("Ce", "Cc"), effect = "effect")
ui |
rxode2 model |
ek |
simulation linear constant |
cc |
the concentration value |
effect |
the effect variable that will be modeled |
model with direct linear effect added (baseline=0)
Matthew L. Fidler
Other PD:
addBaseline1exp()
,
addBaselineConst()
,
addBaselineExp()
,
addBaselineLin()
,
convertEmax()
,
convertLogLin()
,
convertQuad()
# Direct linear model
readModelDb("PK_2cmt_no_depot") |>
addDirectLin()
# Direct emax model
readModelDb("PK_2cmt_no_depot") |>
addDirectLin() |>
convertEmax()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.