View source: R/functions_wrapper.R
add_bioavailability | R Documentation |
Add bioavailability statement for the first dose compartment of the model. Can be added as a new parameter or otherwise it will be set to 1. If added as a parameter, a logit transformation can also be applied.
add_bioavailability(model, add_parameter = TRUE, logit_transform = FALSE)
model |
(Model) Pharmpy model |
add_parameter |
(logical) Add new parameter representing bioavailability or not |
logit_transform |
(logical) Logit transform the added bioavailability parameter. |
(Model) Pharmpy model object
remove_bioavailability
## Not run:
model <- load_example_model("pheno")
model <- add_bioavailability(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.