Retrieves all individual parameters in a :class:pharmpy.model.
By default all individual parameters will be found even ones having no random effect. The level
arguments makes it possible to find only those having any random effect or only those having a certain
random effect. Using the dv option will give all individual parameters affecting a certain dv. Note that
the DV for PD in a PKPD model often also is affected by the PK parameters.
Usage
get_individual_parameters(model, level = "all", dv = NULL)
Value
(vectorc(str)) A vector of the parameter names as strings
Arguments
model
(Model) Pharmpy model to retrieve the individuals parameters from
level
(str) The variability level to look for: 'iiv', 'iov', 'random' or 'all' (default)
dv
(str or Expr or numeric (optional)) Name or DVID of dependent variable. NULL for all (default)