Function to parse parameters for a model into a structure used by nlmixr
Source:R/nlmixr_parse_parameters.R
nlmixr_parse_parameters.Rd
Function to parse parameters for a model into a structure used by nlmixr
Arguments
- parameters
list of parameters
- omega
vector describing the lower-diagonal of the between-subject variability matrix
- res_var
residual variability. Expected a list with arguments
prop
,add
, and/orexp
. NULL by default.- fixed
vector of fixed parameters
- log_transform
log-transform estimated parameters in nlmixr?
- ...
passed on