View source: R/functions_wrapper.R
add_lag_time | R Documentation |
Add lag time to the dose compartment of model.
Initial estimate for lag time is set the previous lag time if available, otherwise it is set to the time of first observation/2.
add_lag_time(model)
model |
(Model) Pharmpy model |
(Model) Pharmpy model object
set_transit_compartments
remove_lag_time
## Not run:
model <- load_example_model("pheno")
model <- add_lag_time(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.