Add multiple covariates to a given model, sequentially or all at once

addCovMultiple(covInfo, fitobject, indep = TRUE)

Arguments

covInfo

a list containing information about each variable-covariate pair

fitobject

an nlmixr 'fit' object

indep

a boolean indicating if the covariates should be added independently, or sequentially (append to the previous model); default is TRUE

Value

A list of fitobject searched

Author

Vipul Mann, Matthew Fidler