powered by
Add direct linear effect with baseline=0
addDirectLin(ui, ek = "Ek", cc = c("Ce", "Cc"), effect = "effect")
model with direct linear effect added (baseline=0)
rxode2 model
simulation linear constant
the concentration value
the effect variable that will be modeled
Matthew L. Fidler
Other PD: addBaseline1exp(), addBaselineConst(), addBaselineExp(), addBaselineLin(), convertEmax(), convertLogLin(), convertQuad()
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()
Run the code above in your browser using DataLab