Convert a model generated with PKPDsim to an object for nlmixr
pkpdsim_to_nlmixr(
model = NULL,
parameters = NULL,
omega = NULL,
res_var = NULL,
fixed = c(),
ini_code = NULL,
model_code = NULL,
model_par_code = NULL,
verbose = FALSE,
...
)
nlmixr function
PKPDsim model
list of parameters
vector describing the lower-diagonal of the between-subject variability matrix
residual variability. Expected a list with arguments prop
, add
, and/or exp
. NULL by default.
vector of fixed (not estimated) parameter names
manually specify the ini
block for nlmixr
manually specify the model
block for nlmixr
manually specify the parameters section inside the model
block for nlmixr
verbose, TRUE
or FALSE
passed on