set_weibull_absorption: set_weibull_absorption

View source: R/functions_wrapper.R

set_weibull_absorptionR Documentation

set_weibull_absorption

Description

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.

Usage

set_weibull_absorption(model)

Arguments

model

(Model) Model to set or change to use Weibull absorption rate

Value

(Model) Pharmpy model object

See Also

set_zero_order_absorption

set_first_order_absorption

Examples

## Not run: 
model <- load_example_model("pheno")
model <- set_weibull_absorption(model)
model$statements$ode_system

## End(Not run)

pharmpy/pharmr documentation built on June 11, 2025, 11:56 a.m.