Chapter 3 nlmixr dependencies
There are several packages and pieces of software that together make sure you can use ’nlmixr`.
These packages and software are: - Python - R - RStudio - …
Under the hood nlmixr
has five main modules:
dynmodel()
and its mcmc cousindynmodel.mcmc()
for nonlinear dynamic models of individual data;nlme_lin_cmpt()
for one to three linear compartment models of population data with first order absorption, or i.v. bolus, or i.v. infusion using the nlme algorithm;nlme_ode()
for general dynamic models defined by ordinary differential equations (ODEs) of population data using the nlme algorithm;saem_fit
for general dynamic models defined by ordinary differential equations (ODEs) of population data by the Stochastic Approximation Expectation-Maximization (SAEM) algorithm;
gnlmm
for generalized non-linear mixed-models (possibly defined by ordinary differential equations) of population data by the adaptive Gaussian quadrature algorithm.