Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rNCA

Do NCA for review


Description

This performs NCA from the CDISC EX and PC datasets.

Usage

rNCA(ex, pc, study = "", trt = "", id = "", analyte = "", 
     codeBQL = c("< 0", "<0", "NQ", "BLQ", "BQL", "BQoL", "<LOQ"), 
     fit="Linear", MinPoints = 5)

Arguments

ex

EX domain data, usually from the loadEXPC

pc

PC domain data, usually form the loadEXPC

study

vector of study names in EX and PC domain to do NCA

trt

vector of treatment names in EXTRT to do NCA

id

vector of subject IDs in USUBJID to do NCA

analyte

vector of molecular species in PCTESTCD to do NCA

codeBQL

symbols of below the quantitation limit

fit

either of "Linear" or "Log" to indicate the way to calculate AUC and AUMC

MinPoints

minimum number of sampling points for NCA

Details

This calls NCA0. Results of this can be further processed by foreNCA to plot and compare between studies and dose groups.

Value

This returns a table of NCA results

Author(s)

Kyun-Seop Bae <k@acr.kr>

See Also


pkr

Pharmacokinetics in R

v0.1.2
GPL-3
Authors
Kyun-Seop Bae [aut], Jee Eun Lee [aut]
Initial release
2018-06-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.