View source: R/functions_wrapper.R
set_seq_zo_fo_absorption | R Documentation |
Set or change to sequential zero order first order absorption rate.
Initial estimate for absorption rate is set the previous rate if available, otherwise it is set to the time of first observation/2.
Currently lagtime together with sequential zero order first order absorption is not supported.
set_seq_zo_fo_absorption(model)
model |
(Model) Model to set or change absorption rate |
(Model) Pharmpy model object
set_instantaneous_absorption
set_zero_order_absorption
set_first_order_absorption
## Not run:
model <- load_example_model("pheno")
model <- set_seq_zo_fo_absorption(model)
model$statements$ode_system
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.