ncappc: NCA Calculations and population model diagnosis

CRAN_Status_Badge R-CMD-check Codecov test coverage

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:

  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.

You can read more at the website for the stable version of ncappc or the website for the development version of ncappc

Installation

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::pak("UUPharmacometrics/ncappc")