powered by
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)
create_basic_kpd_model(dataset_path = NULL, driver = "ir")
(Model) Pharmpy model
(str (optional)) Optional path to a dataset
(str) Driver variable of the KPD model. Can either be 'ir' (virtual infusion rate) or 'amount'.
if (FALSE) { model <- create_basic_kpd_model() }
Run the code above in your browser using DataLab