rNCA | R Documentation |
This performs NCA from the CDISC EX and PC datasets.
rNCA(ex, pc, study = "", trt = "", id = "", analyte = "", codeBQL = c("< 0", "<0", "NQ", "BLQ", "BQL", "BQoL", "<LOQ"), fit="Linear", MinPoints = 5)
ex |
EX domain data, usually from the |
pc |
PC domain data, usually form the |
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 |
MinPoints |
minimum number of sampling points for NCA |
This calls NCA0. Results of this can be further processed by foreNCA to plot and compare between studies and dose groups.
This returns a table of NCA results
Kyun-Seop Bae <k@acr.kr>
help
, NCA0
, loadEXPC
, foreNCA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.