This performs NCA from the CDISC EX and PC datasets.
rNCA(ex, pc, study = "", trt = "", id = "", analyte = "",
codeBQL = c("< 0", "
EX domain data, usually from the loadEXPC
PC domain data, usually form the loadEXPC
vector of study names in EX and PC domain to do NCA
vector of treatment names in EXTRT to do NCA
vector of subject IDs in USUBJID to do NCA
vector of molecular species in PCTESTCD to do NCA
symbols of below the quantitation limit
either of "Linear"
or "Log"
to indicate the way to calculate AUC and AUMC
minimum number of sampling points for NCA
This returns a table of NCA results
This calls NCA0. Results of this can be further processed by foreNCA to plot and compare between studies and dose groups.