has_first_order_elimination {pharmr}R Documentation

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)

Arguments

model

(Model) Pharmpy model

Value

(logical) TRUE if model has describes first order elimination

Examples

## Not run: 
model <- load_example_model("pheno")
has_first_order_elimination(model)

## End(Not run)


[Package pharmr version 1.0.1 Index]