View source: R/functions_wrapper.R
get_pd_parameters | R Documentation |
Retrieves PD parameters in :class:pharmpy.model.Model
.
get_pd_parameters(model)
model |
(Model) Pharmpy model to retrieve the PD parameters from |
(vectorc(str)) A vector of the PD parameter names of the given model
get_pk_parameters
## Not run:
model <- load_example_model("pheno")
model <- set_direct_effect(model, "linear")
get_pd_parameters(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.