ncappc performs NCA Calculations and population model diagnosis using posterior predictive checks generated from data simulated by a population model.
ncappc is a flexible tool that can perform:
You can read more at the website for the stable version of ncappc or the website for the development version of ncappc
You need to have R installed. Download the latest version of R from www.r-project.org.
You can install the latest stable release from CRAN:
install.packages("ncappc")
You can install the development version of ncappc from GitHub with:
# install.packages("pak")
::pak("UUPharmacometrics/ncappc") pak