View source: R/convertLogLin.R
convertLogLin | R Documentation |
Converts a linear effect to a log-linear effect
convertLogLin(ui, ek = c("Ik", "Ek"), cc = c("Ce", "Cc"))
ui |
rxode2 model |
ek |
simulation linear constant |
cc |
the concentration value |
model converted from linear to log-linear effect
Matthew L. Fidler
Other PD:
addBaseline1exp()
,
addBaselineConst()
,
addBaselineExp()
,
addBaselineLin()
,
addDirectLin()
,
convertEmax()
,
convertQuad()
readModelDb("PK_2cmt_no_depot") |>
addDirectLin() |>
convertLogLin()
readModelDb("PK_2cmt_no_depot") |>
addIndirectLin(stim="out") |>
convertLogLin()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.