Calculation of R2 and R2ADJ for slope of profile
slopeTest_IQRnca.Rd
This function calculates the R2 (R-squared) and R2ADJ (R2-squared adjusted) metrics for the slope fitting. User provided indices for PK samples to be considered will be used if provided. If not provided, the bestSlope algorithm will be used.
slopeTest_IQRnca(data, USUBJID, slopePoints = NULL, TOL = 1e-04)
Arguments
data | IQRdataNCA object |
---|---|
USUBJID | Unique subject ID of subject to do the calculation for |
slopePoints | Vector with indices of individuals samples to consider. If undefined or set to NULL the bestSlope algorithm will be used |
TOL | Tolerance for bestSlpe algorithm |
See also
Other NCA:
IQRdataNCA()
,
IQRnca()
,
as_IQRdataNCA()
,
is_IQRdataNCA()
,
is_IQRnca()
,
load_IQRdataNCA()
,
plot.IQRdataNCA()
,
plot.IQRnca()
,
plotProfiles_IQRdataNCA()
,
plotbyGroup_IQRnca()
,
print.IQRdataNCA()
,
print.IQRnca()
,
report_IQRnca()
,
summary.IQRnca()
,
summaryPKbyNT_IQRdataNCA()
,
summarybyGroup_IQRnca()