Learn R Programming

pharmr (version 1.4.0)

has_first_order_elimination: has_first_order_elimination

Description

Check if the model describes first order elimination

This function relies on heuristics and will not be able to detect all possible ways of coding the first order elimination.

Usage

has_first_order_elimination(model)

Value

(logical) TRUE if model has describes first order elimination

Arguments

model

(Model) Pharmpy model

Examples

Run this code
if (FALSE) {
model <- load_example_model("pheno")
has_first_order_elimination(model)
}

Run the code above in your browser using DataLab