Learn R Programming

pharmr (version 1.4.0)

has_zero_order_elimination: has_zero_order_elimination

Description

Check if the model describes zero-order elimination

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

Usage

has_zero_order_elimination(model)

Value

(logical) TRUE if model has describes zero order elimination

Arguments

model

(Model) Pharmpy model

Examples

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

Run the code above in your browser using DataLab