addIndirectLin | R Documentation |
Add linear indirect response model
addIndirectLin(
ui,
stim = c("in", "out"),
inhib = c("in", "out"),
ek = "Ek",
ik = "Ik",
kin = "kin",
kout = "kout",
cc = "Cc",
R = "R",
effect = "effect"
)
ui |
rxode2 model |
stim |
what type of stimulation indirect response model: - 'in': stimulation of input - 'out': stimulation of output |
inhib |
what type of inhibition indirect response model: - 'in': inhibition of input - 'out': inhibition of output |
ek |
simulation linear constant |
ik |
inhibition linear constant |
kin |
this is the kin parameter name |
kout |
this is the kout parameter name |
cc |
the concentration value |
R |
drug response compartment |
effect |
the effect variable that will be modeled |
model with linear indirect effect added
Note that while linear indirect effects are not common, it allows an easier hook to produce other standard effect curves like Emax/Imax, Hill, etc.
Matthew L. Fidler
Other Indirect response:
addIndirect()
,
convertKinR0()
readModelDb("PK_2cmt_no_depot") |> addIndirectLin(stim="in")
readModelDb("PK_2cmt_no_depot") |> addIndirectLin(stim="out")
readModelDb("PK_2cmt_no_depot") |> addIndirectLin(inhib="in")
readModelDb("PK_2cmt_no_depot") |> addIndirectLin(inhib="out")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.