Convert nlmixr Objects to dynmodel objects for use in fitting non-population dynamic models

nlmixrDynmodelConvert(.nmf)

Arguments

.nmf

nlmixr object

Value

list containing inputs for the dynmodel()

  • $fixPars - fixed parameters defined as fixed() in the nlmixr object

  • $sigma - error model parameters

  • $inits - initial estimates for parameters in the model

  • $lower - lower boundaries for estimated parameters

  • $upper - upper boundaries for estimated parameters

  • $system - RxODE object that defines the structural model

  • $model - error model

Author

Mason McComb and Matt Fidler