Learn R Programming

⚠️There's a newer version (0.7.0) of this package.Take me there.

NonCompart (version 0.4.7)

Noncompartmental Analysis for Pharmacokinetic Data

Description

Conduct a noncompartmental analysis with industrial strength. Some features are 1) Use of CDISC SDTM terms 2) Automatic or manual slope selection 3) Supporting both 'linear-up linear-down' and 'linear-up log-down' method 4) Interval(partial) AUCs with 'linear' or 'log' interpolation method * Reference: Gabrielsson J, Weiner D. Pharmacokinetic and Pharmacodynamic Data Analysis - Concepts and Applications. 5th ed. 2016. (ISBN:9198299107).

Copy Link

Version

Install

install.packages('NonCompart')

Monthly Downloads

1,246

Version

0.4.7

License

GPL-3

Maintainer

Kyun-Seop Bae

Last Published

May 7th, 2020

Functions in NonCompart (0.4.7)

UT

Internal Functions
Unit

Display CDISC standard units and multiplied factor of NCA results
UnitUrine

Retuns a conversion factor for the amount calculation from urine concentration and volume
sNCA

Simplest NCA
tblNCA

Table output NCA
LogAUC

Area Under the Curve(AUC) and Area Under the first Moment Curve(AUMC) by linear-up log-down method
NonCompart-package

Noncompartmental Analysis for Pharmacokinetic Data
AUC

Calculate Area Under the Curve (AUC) and Area Under the first Moment Curve (AUMC) in a table format
Slope

Get the Slope of regression log(y) ~ x
Interpol

Interpolate y value
LinAUC

Area Under the Curve(AUC) and Area Under the first Moment Curve(AUMC) by linear trapezoidal method
DetSlope

Determine slope for the log(y) and x regression manually
IntAUC

Calculate interval AUC
BestSlope

Choose the best-fit slope for the log(y) and x regression by the criteria of adjusted R-square.