convertEmax | R Documentation |
Convert linear effect to Emax effect
convertEmax(
ui,
emax = "Emax",
ec50 = "EC50",
imax = "Imax",
ic50 = "IC50",
ek = c("Ik", "Ek"),
cc = c("Ec", "Cc")
)
ui |
rxode2 model |
emax |
Emax parameter |
ec50 |
EC50 parameter |
imax |
Imax parameter used when input model contains "Ik" instead of "Ek" |
ic50 |
IC50 parameter used when input model contains "Ik" instead of "Ek" |
ek |
simulation linear constant |
cc |
the concentration value |
Model with the linear effect converted to an Emax effect
Matthew L. Fidler
Other PD:
addBaseline1exp()
,
addBaselineConst()
,
addBaselineExp()
,
addBaselineLin()
,
addDirectLin()
,
convertLogLin()
,
convertQuad()
readModelDb("PK_2cmt_no_depot") |>
addIndirectLin(stim="in") |>
convertEmax()
# When emax=1
readModelDb("PK_2cmt_no_depot") |>
addIndirectLin(stim="in") |>
convertEmax(emax=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.