Learn R Programming

pharmr (version 0.96.0)

set_first_order_absorption: set_first_order_absorption

Description

Set or change to first order absorption rate.

Initial estimate for absorption rate is set to the previous rate if available, otherwise it is set to the time of first observation/2.

Usage

set_first_order_absorption(model)

Value

(Model) Pharmpy model object

Arguments

model

(Model) Model to set or change to use first order absorption rate

See Also

set_bolus_order_absorption

set_zero_order_absorption

Examples

Run this code
if (FALSE) {
model <- load_example_model("pheno")
model <- set_first_order_absorption(model)
model$statements$ode_system
}

Run the code above in your browser using DataLab