View source: R/functions_wrapper.R
remove_lag_time | R Documentation |
Remove lag time from the dose compartment of model.
remove_lag_time(model)
model |
(Model) Pharmpy model |
(Model) Pharmpy model object
set_transit_compartments
add_lag_time
## Not run:
model <- load_example_model("pheno")
model <- remove_lag_time(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.