View source: R/functions_wrapper.R
| create_basic_kpd_model | R Documentation |
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")
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'. |
(Model) Pharmpy model
## Not run:
model <- create_basic_kpd_model()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.