xpose.nlmixr
The goal of xpose.nlmixr is to provide an extension to xpose to support nlmixr. The package provides functions to import nlmixr fit data into an xpose data object, allowing the use of xpose for nlmixr model diagnostics.
The excellent xpose package can be found here, and is a prerequisite for using xpose.nlmixr.
Installation
You can install the released version of xpose.nlmixr from CRAN with:
install.packages("xpose.nlmixr")Alternatively, the development version can be installed from GitHub:
devtools::install_github("nlmixrdevelopment/xpose.nlmixr")