View source: R/functions_wrapper.R
add_effect_compartment | R Documentation |
Add an effect compartment.
Implemented PD models are:
Linear:
(equation could not be rendered, see API doc on website)
Emax:
(equation could not be rendered, see API doc on website)
Step effect:
(equation could not be rendered, see API doc on website)
Sigmoidal:
(equation could not be rendered, see API doc on website)
Log-linear:
(equation could not be rendered, see API doc on website)
(equation could not be rendered, see API doc on website)
add_effect_compartment(model, expr)
model |
(Model) Pharmpy model |
expr |
(str) Name of the PD effect function. |
(Model) Pharmpy model object
## Not run:
model <- load_example_model("pheno")
model <- add_effect_compartment(model, "linear")
model$statements$ode_system$find_compartment("EFFECT")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.