powered by
Add an indirect response model to a PK model
addIndirect( ui, stim = c("in", "out"), inhib = c("in", "out"), hill = FALSE, ek = "Ek", ik = "Ik", emax = "Emax", ec50 = "EC50", imax = "Imax", ic50 = "IC50", kin = "kin", kout = "kout", g = "g", cc = "Cc", R = "R", effect = "effect" )
pk model with indirect response model added
rxode2 model
what type of stimulation indirect response model:
- `in`: stimulation of input
- `out`: stimulation of output
what type of inhibition indirect response model:
- `in`: inhibition of input
- `out`: inhibition of output
Boolean stating if a hill sigmoid coefficient will be added
simulation linear constant
inhibition linear constant
Emax parameter
EC50 parameter
maximum inhibitory concentration
concentration where half of the Imax occurs
this is the kin parameter name
this is the kout parameter name
hill coefficient
the concentration value
drug response compartment
the effect variable that will be modeled
Matthew L. Fidler
Other Indirect response: addIndirectLin(), convertKinR0()
addIndirectLin()
convertKinR0()
readModelDb("PK_2cmt_no_depot") |> addIndirect(stim="in",hill=TRUE) readModelDb("PK_2cmt_no_depot") |> addIndirect(inhib="out", imax=1)
Run the code above in your browser using DataLab