reliabilityTable_IQnca: Determine reliability of the NCA results from IQnca object

View source: R/allCode.R

reliabilityTable_IQncaR Documentation

Determine reliability of the NCA results from IQnca object

Description

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.

Usage

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: table_summary_acrossGROUP_pkparameters_IQnca(), table_summary_byGROUP_pkparameters_IQnca()


Quantmetrics770/IQnca documentation built on Aug. 5, 2022, 5:39 p.m.