create_basic_kpd_model: create_basic_kpd_model

View source: R/functions_wrapper.R

create_basic_kpd_modelR Documentation

create_basic_kpd_model

Description

Creates a basic kpd model. The model will be a one compartment model. delay. The elimination rate will be (equation could not be rendered, see API doc on website)

Usage

create_basic_kpd_model(dataset_path = NULL, driver = "ir")

Arguments

dataset_path

(str (optional)) Optional path to a dataset

driver

(str) Driver variable of the KPD model. Can either be 'ir' (virtual infusion rate) or 'amount'.

Value

(Model) Pharmpy model

Examples

## Not run: 
model <- create_basic_kpd_model()

## End(Not run)


pharmr documentation built on May 28, 2026, 5:08 p.m.