Skip to content

🟒 Kel Configuration ​

On this screen (Figure 1) the user sets the rules by which the best-fit terminal elimination rate constant is selected by Aplos NCA.

Figure 1: Kel rules configuration screenKel configuration input

The best-fit rate constant must meet all of the criteria specified. If multiple rate constants fit the criteria, the one with the largest statistic value (either r2 or adjusted r2) will be selected. If two or more rate constants have the same statistic value, then the tie-breaker rules are used. A description of each setting on the Kel configuration screen is below:

Description of input fields ​

Field nameDescription
Regression statisticChoose either r2 or adjusted r2. The default is adjusted r2 as it gives a small penalty for each additional time point included in the regression.
Minimum statistic valueThe chosen statistic must be greater than this value. Default is 0, meaning it is not used. Number must be less than 1.
Maximum % extrapolated for AUCinfinity LinearThe % extrapolated for the AUCinfinity calculated using the linear method must be less than this value. Default is 0, meaning it is not used. Number must be greater than 0 and less than 100.
Maximum % extrapolated for AUCinfinity LinLogThe % extrapolated for the AUCinfinity calculated using the linear up log down method must be less than this value. Default is 0, meaning it is not used. Number must be greater than 0 and less than 100.
Minimum SpanMinimum value for the Span variable. Default is 0, meaning it is not used. Any values greater than 0 are accepted.
Maximum number of pointsMaximum number of time points permitted in the regression. Default is 0, meaning it is not used. Any values greater than 0 are accepted. Note that all regressions have a minimum of 3 data points.
Earliest time pointEarliest time point included in the regression. Default is 0, meaning it is not used.
TieUsed if 2 regressions have identical values for the statistic. Default first tie-breaker is fewest number of data points. Default second tie-breaker is the latest time for the starting time point in the regression. User can switch the order of these tie-breakers.

Adjusted r2 Calculation ​

The adjusted r2 is calculated using the r2 from the regression and the number of data points included in the regresssion (n):

Equation

AdjustedΒ r2=1βˆ’(1βˆ’r2)βˆ—nβˆ’1nβˆ’2

The fraction nβˆ’1nβˆ’2 will always be slightly larger than 1, thus the adjusted r2 will always be slightly smaller than r2. And as n gets larger, the effect becomes greater. This means that regressions with smaller number of points are preferred over ones with many points.