50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

nlmixr (version 2.0.7)

nlmixrDynmodelConvert: Converting nlmixr objects to dynmodel objects

Description

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

Usage

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