Initializing covariates before estimation
initializeCovars(
fitobject,
fstring,
covNames,
initialEst,
initialEstLB,
initialEstUB
)
an nlmixr 'fit' object
a string giving the entire expression for the model function string
a list of covariate names (parameters) that need to be estimates
the initial estimate for the covariate parameters to be estimated; default is 0
a lower bound for the covariate parameters to be estimated; default is -Inf
an upper bound for the covariate parameters to be estimated; default is Inf
updated model object with the modified initial values