View source: R/functions_wrapper.R
set_weibull_absorption | R Documentation |
Set or change to Weibull type absorption
Initial estimate for absorption rate is set to??
If multiple doses is set to the affected compartment, currently only iv+oral doses (one of each) is supported
Weibull absorption cannot be used together with lag time and transit compartments.
Assumes that absorption of one does is done when next dose is given.
warning:: This function is still under development.
set_weibull_absorption(model)
model |
(Model) Model to set or change to use Weibull absorption rate |
(Model) Pharmpy model object
set_zero_order_absorption
set_first_order_absorption
## Not run:
model <- load_example_model("pheno")
model <- set_weibull_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.