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:
devtools::install_github('qpharmetra/qpNCA')
You can use the issues feature on github to report issues.
A good place to start is the help for qpNCA()
.
library(qpNCA)
?qpNCA
example(qpNCA)
Or see the vignettes, like this one for example.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.