View source: R/functions_wrapper.R
set_baseline_effect | R Documentation |
Create baseline effect model.
Currently implemented baseline effects are:
Constant baseline effect (const):
(equation could not be rendered, see API doc on website)
set_baseline_effect(model, expr = "const")
model |
(Model) Pharmpy model |
expr |
(str) Name of baseline effect function. |
(Model) Pharmpy model object
## Not run:
model <- load_example_model("pheno")
model <- set_baseline_effect(model, expr='const')
model$statements$find_assignment("E")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.