ncappc: NCA Calculations and Population Model Diagnosis

Travis-CI Build Status AppVeyor status CRAN_Status_Badge codecov.io

A flexible tool that can perform: 1. Traditional non-compartmental analysis (NCA) and 2. Simulation-based posterior predictive checks for population pharmacokinetic (PK) and/or pharmacodynamic (PKPD) models using NCA metrics.

Installation

You need to have R installed. Download the latest version of R from www.r-project.org. Install ncappc in R using one of the following methods:

install.packages("ncappc")
devtools::install_github("UUPharmacometrics/ncappc",build_vignettes=TRUE)