View source: R/functions_wrapper.R
get_pk_parameters | R Documentation |
Retrieves PK parameters in :class:pharmpy.model.Model
.
get_pk_parameters(model, kind = "all")
model |
(Model) Pharmpy model to retrieve the PK parameters from |
kind |
(str) The type of parameter to retrieve: 'absorption', 'distribution', 'elimination', or 'all' (default). |
(vectorc(str)) A vector of the PK parameter names of the given model
get_individual_parameters
get_rv_parameters
## Not run:
model <- load_example_model("pheno")
get_pk_parameters(model)
get_pk_parameters(model, 'absorption')
get_pk_parameters(model, 'distribution')
get_pk_parameters(model, 'elimination')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.