qpNCA

Overview

qpNCA is qPharmetra’s R package for Noncompartmental Analysis. It provides regulatory-quality calculations of NCA parameters, using code routinely tested against independently-validated output. You can find appropriate manuals in the vignettes directory, and you can find tests and reference data in the tests directory.

Installation

The easiest way to get qpNCA is to install from CRAN:

install.packages("qpNCA")

Alternatively, install from github:

devtools::install_github('qpharmetra/qpNCA')

You can use the issues feature on github to report issues.

Usage

A good place to start is the help for qpNCA().

library(qpNCA)
?qpNCA
example(qpNCA)

Or see the vignettes, like this one for example.