Determine reliability of the NCA results from IQnca object
reliabilityTable_IQnca.Rd
Reliability is determined based on 3 criteria applying to %AUC extrapolated, adjusted Rsquared threshold, and length of the time interval from which the half life was determined.
reliabilityTable_IQnca(
data,
crit_AUCPEO = 20,
crit_R2ADJ = 0.85,
crit_tinterval_thalf = 1.5
)
Arguments
- data
IQnca object.
- crit_AUCPEO
max. percent AUC extrapolation acceptable, 20% by default.
- crit_R2ADJ
min. adjusted Rsquared value required, 0.85 by default.
- crit_tinterval_thalf
min. length of the time interval from which the terminal slope was determined, 1.5*thalf by default.
Value
data.frame with USUBJID, GROUP, PROFILE, the success of each criterion, and TOTAL = success of all criteria
See also
Other NCA Parameter Tables:
mutate_IQnca()
,
table_summary_acrossGROUP_pkparameters_IQnca()
,
table_summary_byGROUP_pkparameters_IQnca()