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.
The easiest way to get qpNCA is to install from CRAN:
install.packages("qpNCA")
Alternatively, install from github:
::install_github('qpharmetra/qpNCA') devtools
You can use the issues feature on github to report issues.
A good place to start is the help for qpNCA()
.
library(qpNCA)
?qpNCAexample(qpNCA)
Or see the vignettes, like this one for example.