has_mixed_mm_fo_elimination: has_mixed_mm_fo_elimination

View source: R/functions_wrapper.R

has_mixed_mm_fo_eliminationR Documentation

has_mixed_mm_fo_elimination

Description

Check if the model describes mixed Michaelis-Menten and first order elimination

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

Usage

has_mixed_mm_fo_elimination(model)

Arguments

model

(Model) Pharmpy model

Value

(logical) TRUE if model has describes Michaelis-Menten elimination

Examples

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

## End(Not run)


pharmpy/pharmr documentation built on Feb. 15, 2025, 3:22 a.m.