set_instantaneous_absorption {pharmr}R Documentation

set_instantaneous_absorption

Description

Set or change to instantaneous absorption rate.

Currently lagtime together with instantaneous absorption is not supported.

Usage

set_instantaneous_absorption(model)

Arguments

model

(Model) Model to set or change 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_instantaneous_absorption(model)
model$statements$ode_system

## End(Not run)

[Package pharmr version 1.0.1 Index]