NCA0: NCA of SDTM data for single subject
Description
This performs Noncompartmental Analysis(NCA) for only one subject from the CDISC EX and PC domain.
Usage
NCA0(EX0, PC0, fit="Linear")
Arguments
EX0
Data of one subject from EX domain
PC0
Data of one subject from PC domain
fit
either of "Linear"
or "Log"
to indicate the way to calculate AUC and AUMC
Value
This returns NCA results vector.
Details
This calls IndiNCA function.
This is called by rNCA function.