This is the text form output.

txtNCA(x, y, dose = 0, adm = "Extravascular", dur = 0, doseUnit = "mg", 
       timeUnit = "h", concUnit = "ug/L", iAUC = "", down="Linear", R2ADJ=0, 
       MW = 0, SS = FALSE, excludeDelta = 1)

Arguments

x

usually time

y

usually concentration

dose

given amount

adm

one of "Bolus" or "Infusion" or "Extravascular" to indicate drug administration mode

dur

duration of infusion

doseUnit

unit of dose

timeUnit

unit of time

concUnit

unit of concentration

iAUC

interval AUCs to calculate

down

either of "Linear" or "Log" to indicate the way to calculate AUC and AUMC

R2ADJ

Minimum adjusted R-square value to determine terminal slope automatically

MW

molecular weight of the drug

SS

if steady-state, this should be TRUE. AUCLST (AUClast) is used instead of AUCIFO (AUCinf) for the calculation of Vz (VZFO, VZO), CL (CLFO, CLO), and Vdss (VSSO).

excludeDelta

Improvement of R2ADJ larger than this value could exclude the last point. Default value 1 is for the compatibility with other software. Author recommends to use excludeDelta option with about 0.3.

Value

CMAX

maximum concentration, Cmax

CMAXD

dose normalized Cmax, CMAX / Dose, Cmax / Dose

TMAX

time of maximum concentration, Tmax

TLAG

time to observe the first non-zero concentration, for extravascular administration only

CLST

last positive concentration observed, Clast

CLSTP

last positive concentration predicted, Clast_pred

TLST

time of last positive concentration, Tlast

LAMZHL

half-life by lambda z, ln(2)/LAMZ

LAMZ

lambda_z negative of best fit terminal slope

LAMZLL

earliest time for LAMZ

LAMZUL

last time for LAMZ

LAMZNPT

number of points for LAMZ

CORRXY

correlation of log(concentration) and time

R2

R-squared

R2ADJ

R-squared adjusted

C0

back extrapolated concentration at time 0, for bolus intravascular administration only

AUCLST

AUC from 0 to TLST

AUCALL

AUC using all the given points, including trailing zero concentrations

AUCIFO

AUC infinity observed

AUCIFOD

AUCIFO / Dose

AUCIFP

AUC infinity predicted using CLSTP instead of CLST

AUCIFPD

AUCIFP / Dose

AUCPEO

AUC % extrapolation observed

AUCPEP

AUC % extrapolated for AUCIFP

AUCPBEO

AUC % back extrapolation observed, for bolus IV administration only

AUCPBEP

AUC % back extrapolation predicted with AUCIFP, for bolus IV administration only

AUMCLST

AUMC to the TLST

AUMCIFO

AUMC infinity observed using CLST

AUMCIFP

AUMC infinity determined by CLSTP

AUMCPEO

AUMC % extrapolated observed

AUMCPEP

AUMC % extrapolated predicted

MRTIVLST

mean residence time (MRT) to TLST, for intravascular administration

MRTIVIFO

mean residence time (MRT) infinity using CLST, for intravascular administration

MRTIVIFP

mean residence time (MRT) infinity using CLSTP, for intravascular administration

MRTEVLST

mean residence time (MRT) to TLST, for extravascular administration

MRTEVIFO

mean residence time (MRT) infinity using CLST, for extravascular administration

MRTEVIFP

mean residence time (MRT) infinity using CLSTP, for extravascular administration

VZO

volume of distribution determined by LAMZ and AUCIFO, for intravascular administration

VZP

volume of distribution determined by LAMZ and AUCIFP, for intravascular administration

VZFO

VZO for extravascular administration, VZO/F, F is bioavailability

VZFP

VZP for extravascular administration, VZP/F, F is bioavailability

CLO

clearance using AUCIFO, for intravascular administration

CLP

clearance using AUCIFP, for intravascular administration

CLFO

CLO for extravascular administration, CLO/F, F is bioavailability

CLFP

CLP for extravascular administration, CLP/F, F is bioavailability

VSSO

volume of distribution at steady state using CLST, for intravascular administration only

VSSP

volume of distribution at stead state using CLSTP, for intravascular administration only

Author

Kyun-Seop Bae <k@acr.kr>

See also

Examples

# For one subject
txtNCA(Theoph[Theoph$Subject=="1","Time"], Theoph[Theoph$Subject=="1","conc"], 
       dose=320, doseUnit="mg", concUnit="mg/L", timeUnit="h")
#>  [1] "                        NONCOMPARTMENTAL ANALYSIS REPORT"                          
#>  [2] "                       Package version 0.5.0 (2023-11-19)"                         
#>  [3] "                          R version 4.4.1 (2024-06-14)"                            
#>  [4] ""                                                                                  
#>  [5] "Date and Time: 2025-10-15 16:43:36.040095 Etc/UTC"                                 
#>  [6] ""                                                                                  
#>  [7] "Calculation Setting"                                                               
#>  [8] "-------------------"                                                               
#>  [9] "Drug Administration: Extravascular"                                                
#> [10] "Observation count excluding trailing zero: 11"                                     
#> [11] "Dose at time 0: 320 mg"                                                            
#> [12] "AUC Calculation Method: Linear-up Linear-down"                                     
#> [13] "Weighting for lambda z: Uniform (Ordinary Least Square, OLS)"                      
#> [14] "Lambda z selection criterion: Highest adjusted R-squared value with precision=1e-4"
#> [15] ""                                                                                  
#> [16] ""                                                                                  
#> [17] "Fitting, AUC, AUMC Result"                                                         
#> [18] "-------------------------"                                                         
#> [19] "      Time         Conc.      Pred.   Residual       AUC       AUMC"               
#> [20] "---------------------------------------------------------------------"             
#> [21] "     0.0000       0.7400                           0.0000     0.0000"              
#> [22] "     0.2500       2.8400                           0.4475     0.0888"              
#> [23] "     0.5700       6.5700                           1.9531     0.8015"              
#> [24] "     1.1200      10.5000                           6.6474     5.0654"              
#> [25] "     2.0200       9.6600                          15.7194    19.1383"              
#> [26] "     3.8200       8.5800                          32.1354    66.1982"              
#> [27] "     5.1000       8.3600                          42.9769   114.4617"              
#> [28] "     7.0300       7.4700                          58.2529   206.2815"              
#> [29] "     9.0500 *     6.8900     6.8912 -1.228e-03    72.7565   322.2988"              
#> [30] "    12.1200 *     5.9400     5.9387 +1.324e-03    92.4505   528.5219"              
#> [31] "    24.3700 *     3.2800     3.2801 -1.465e-04   148.9231  1459.0711"              
#> [32] ""                                                                                  
#> [33] "*: Used for the calculation of Lambda z."                                          
#> [34] ""                                                                                  
#> [35] ""                                                                                  
#> [36] "Calculated Values"                                                                 
#> [37] "-----------------"                                                                 
#> [38] "CMAX       Max Conc                                       10.5000 mg/L"            
#> [39] "CMAXD      Max Conc Norm by Dose                           0.0328 mg/L/mg"         
#> [40] "TMAX       Time of CMAX                                    1.1200 h"               
#> [41] "TLAG       Time Until First Nonzero Conc                   0.0000 h"               
#> [42] "CLST       Last Nonzero Conc                               3.2800 mg/L"            
#> [43] "CLSTP      Last Nonzero Conc Pred                          3.2801 mg/L"            
#> [44] "TLST       Time of Last Nonzero Conc                      24.3700 h"               
#> [45] "LAMZHL     Half-Life Lambda z                             14.3044 h"               
#> [46] "LAMZ       Lambda z                                        0.0485 /h"              
#> [47] "LAMZLL     Lambda z Lower Limit                            9.0500 h"               
#> [48] "LAMZUL     Lambda z Upper Limit                           24.3700 h"               
#> [49] "LAMZNPT    Number of Points for Lambda z                   3"                      
#> [50] "CORRXY     Correlation Between TimeX and Log ConcY        -1.0000 "                
#> [51] "R2         R Squared                                       1.0000 "                
#> [52] "R2ADJ      R Squared Adjusted                              1.0000 "                
#> [53] "AUCLST     AUC to Last Nonzero Conc                      148.9231 h*mg/L"          
#> [54] "AUCALL     AUC All                                       148.9231 h*mg/L"          
#> [55] "AUCIFO     AUC Infinity Obs                              216.6119 h*mg/L"          
#> [56] "AUCIFOD    AUC Infinity Obs Norm by Dose                   0.6769 h*mg/L/mg"       
#> [57] "AUCIFP     AUC Infinity Pred                             216.6150 h*mg/L"          
#> [58] "AUCIFPD    AUC Infinity Pred Norm by Dose                  0.6769 h*mg/L/mg"       
#> [59] "AUCPEO     AUC %Extrapolation Obs                         31.2489 %"               
#> [60] "AUCPEP     AUC %Extrapolation Pred                        31.2499 %"               
#> [61] "AUMCLST    AUMC to Last Nonzero Conc                    1459.0711 h2*mg/L"         
#> [62] "AUMCIFO    AUMC Infinity Obs                            4505.5348 h2*mg/L"         
#> [63] "AUMCIFP    AUMC Infinity Pred                           4505.6709 h2*mg/L"         
#> [64] "AUMCPEO    AUMC %Extrapolation Obs                        67.6160 %"               
#> [65] "AUMCPEP    AUMC % Extrapolation Pred                      67.6170 %"               
#> [66] "VZFO       Vz Obs by F                                    30.4867 L"               
#> [67] "VZFP       Vz Pred by F                                   30.4863 L"               
#> [68] "CLFO       Total CL Obs by F                               1.4773 L/h"             
#> [69] "CLFP       Total CL Pred by F                              1.4773 L/h"             
#> [70] "MRTEVLST   MRT Extravasc to Last Nonzero Conc              9.7975 h"               
#> [71] "MRTEVIFO   MRT Extravasc Infinity Obs                     20.8000 h"               
#> [72] "MRTEVIFP   MRT Extravasc Infinity Pred                    20.8004 h"               

# or equivalently
x = Theoph[Theoph$Subject=="1","Time"]
y = Theoph[Theoph$Subject=="1","conc"]
txtNCA(x, y, dose=320, doseUnit="mg", concUnit="mg/L", timeUnit="h")
#>  [1] "                        NONCOMPARTMENTAL ANALYSIS REPORT"                          
#>  [2] "                       Package version 0.5.0 (2023-11-19)"                         
#>  [3] "                          R version 4.4.1 (2024-06-14)"                            
#>  [4] ""                                                                                  
#>  [5] "Date and Time: 2025-10-15 16:43:36.047447 Etc/UTC"                                 
#>  [6] ""                                                                                  
#>  [7] "Calculation Setting"                                                               
#>  [8] "-------------------"                                                               
#>  [9] "Drug Administration: Extravascular"                                                
#> [10] "Observation count excluding trailing zero: 11"                                     
#> [11] "Dose at time 0: 320 mg"                                                            
#> [12] "AUC Calculation Method: Linear-up Linear-down"                                     
#> [13] "Weighting for lambda z: Uniform (Ordinary Least Square, OLS)"                      
#> [14] "Lambda z selection criterion: Highest adjusted R-squared value with precision=1e-4"
#> [15] ""                                                                                  
#> [16] ""                                                                                  
#> [17] "Fitting, AUC, AUMC Result"                                                         
#> [18] "-------------------------"                                                         
#> [19] "      Time         Conc.      Pred.   Residual       AUC       AUMC"               
#> [20] "---------------------------------------------------------------------"             
#> [21] "     0.0000       0.7400                           0.0000     0.0000"              
#> [22] "     0.2500       2.8400                           0.4475     0.0888"              
#> [23] "     0.5700       6.5700                           1.9531     0.8015"              
#> [24] "     1.1200      10.5000                           6.6474     5.0654"              
#> [25] "     2.0200       9.6600                          15.7194    19.1383"              
#> [26] "     3.8200       8.5800                          32.1354    66.1982"              
#> [27] "     5.1000       8.3600                          42.9769   114.4617"              
#> [28] "     7.0300       7.4700                          58.2529   206.2815"              
#> [29] "     9.0500 *     6.8900     6.8912 -1.228e-03    72.7565   322.2988"              
#> [30] "    12.1200 *     5.9400     5.9387 +1.324e-03    92.4505   528.5219"              
#> [31] "    24.3700 *     3.2800     3.2801 -1.465e-04   148.9231  1459.0711"              
#> [32] ""                                                                                  
#> [33] "*: Used for the calculation of Lambda z."                                          
#> [34] ""                                                                                  
#> [35] ""                                                                                  
#> [36] "Calculated Values"                                                                 
#> [37] "-----------------"                                                                 
#> [38] "CMAX       Max Conc                                       10.5000 mg/L"            
#> [39] "CMAXD      Max Conc Norm by Dose                           0.0328 mg/L/mg"         
#> [40] "TMAX       Time of CMAX                                    1.1200 h"               
#> [41] "TLAG       Time Until First Nonzero Conc                   0.0000 h"               
#> [42] "CLST       Last Nonzero Conc                               3.2800 mg/L"            
#> [43] "CLSTP      Last Nonzero Conc Pred                          3.2801 mg/L"            
#> [44] "TLST       Time of Last Nonzero Conc                      24.3700 h"               
#> [45] "LAMZHL     Half-Life Lambda z                             14.3044 h"               
#> [46] "LAMZ       Lambda z                                        0.0485 /h"              
#> [47] "LAMZLL     Lambda z Lower Limit                            9.0500 h"               
#> [48] "LAMZUL     Lambda z Upper Limit                           24.3700 h"               
#> [49] "LAMZNPT    Number of Points for Lambda z                   3"                      
#> [50] "CORRXY     Correlation Between TimeX and Log ConcY        -1.0000 "                
#> [51] "R2         R Squared                                       1.0000 "                
#> [52] "R2ADJ      R Squared Adjusted                              1.0000 "                
#> [53] "AUCLST     AUC to Last Nonzero Conc                      148.9231 h*mg/L"          
#> [54] "AUCALL     AUC All                                       148.9231 h*mg/L"          
#> [55] "AUCIFO     AUC Infinity Obs                              216.6119 h*mg/L"          
#> [56] "AUCIFOD    AUC Infinity Obs Norm by Dose                   0.6769 h*mg/L/mg"       
#> [57] "AUCIFP     AUC Infinity Pred                             216.6150 h*mg/L"          
#> [58] "AUCIFPD    AUC Infinity Pred Norm by Dose                  0.6769 h*mg/L/mg"       
#> [59] "AUCPEO     AUC %Extrapolation Obs                         31.2489 %"               
#> [60] "AUCPEP     AUC %Extrapolation Pred                        31.2499 %"               
#> [61] "AUMCLST    AUMC to Last Nonzero Conc                    1459.0711 h2*mg/L"         
#> [62] "AUMCIFO    AUMC Infinity Obs                            4505.5348 h2*mg/L"         
#> [63] "AUMCIFP    AUMC Infinity Pred                           4505.6709 h2*mg/L"         
#> [64] "AUMCPEO    AUMC %Extrapolation Obs                        67.6160 %"               
#> [65] "AUMCPEP    AUMC % Extrapolation Pred                      67.6170 %"               
#> [66] "VZFO       Vz Obs by F                                    30.4867 L"               
#> [67] "VZFP       Vz Pred by F                                   30.4863 L"               
#> [68] "CLFO       Total CL Obs by F                               1.4773 L/h"             
#> [69] "CLFP       Total CL Pred by F                              1.4773 L/h"             
#> [70] "MRTEVLST   MRT Extravasc to Last Nonzero Conc              9.7975 h"               
#> [71] "MRTEVIFO   MRT Extravasc Infinity Obs                     20.8000 h"               
#> [72] "MRTEVIFP   MRT Extravasc Infinity Pred                    20.8004 h"               

# For all subjects
IDs = sort(as.numeric(unique(Theoph[,"Subject"])))
nID = length(IDs)
Res = vector()
for (i in 1:nID) {
  tRes = txtNCA(Theoph[Theoph[,"Subject"]==IDs[i],"Time"], 
                Theoph[Theoph[,"Subject"]==IDs[i],"conc"], 
                dose=320, concUnit="mg/L")
  tRes = c(paste("ID =", IDs[i]), tRes, "")
  Res = c(Res, tRes)
}
Res
#>   [1] "ID = 1"                                                                            
#>   [2] "                        NONCOMPARTMENTAL ANALYSIS REPORT"                          
#>   [3] "                       Package version 0.5.0 (2023-11-19)"                         
#>   [4] "                          R version 4.4.1 (2024-06-14)"                            
#>   [5] ""                                                                                  
#>   [6] "Date and Time: 2025-10-15 16:43:36.055254 Etc/UTC"                                 
#>   [7] ""                                                                                  
#>   [8] "Calculation Setting"                                                               
#>   [9] "-------------------"                                                               
#>  [10] "Drug Administration: Extravascular"                                                
#>  [11] "Observation count excluding trailing zero: 11"                                     
#>  [12] "Dose at time 0: 320 mg"                                                            
#>  [13] "AUC Calculation Method: Linear-up Linear-down"                                     
#>  [14] "Weighting for lambda z: Uniform (Ordinary Least Square, OLS)"                      
#>  [15] "Lambda z selection criterion: Highest adjusted R-squared value with precision=1e-4"
#>  [16] ""                                                                                  
#>  [17] ""                                                                                  
#>  [18] "Fitting, AUC, AUMC Result"                                                         
#>  [19] "-------------------------"                                                         
#>  [20] "      Time         Conc.      Pred.   Residual       AUC       AUMC"               
#>  [21] "---------------------------------------------------------------------"             
#>  [22] "     0.0000       0.7400                           0.0000     0.0000"              
#>  [23] "     0.2500       2.8400                           0.4475     0.0888"              
#>  [24] "     0.5700       6.5700                           1.9531     0.8015"              
#>  [25] "     1.1200      10.5000                           6.6474     5.0654"              
#>  [26] "     2.0200       9.6600                          15.7194    19.1383"              
#>  [27] "     3.8200       8.5800                          32.1354    66.1982"              
#>  [28] "     5.1000       8.3600                          42.9769   114.4617"              
#>  [29] "     7.0300       7.4700                          58.2529   206.2815"              
#>  [30] "     9.0500 *     6.8900     6.8912 -1.228e-03    72.7565   322.2988"              
#>  [31] "    12.1200 *     5.9400     5.9387 +1.324e-03    92.4505   528.5219"              
#>  [32] "    24.3700 *     3.2800     3.2801 -1.465e-04   148.9231  1459.0711"              
#>  [33] ""                                                                                  
#>  [34] "*: Used for the calculation of Lambda z."                                          
#>  [35] ""                                                                                  
#>  [36] ""                                                                                  
#>  [37] "Calculated Values"                                                                 
#>  [38] "-----------------"                                                                 
#>  [39] "CMAX       Max Conc                                       10.5000 mg/L"            
#>  [40] "CMAXD      Max Conc Norm by Dose                           0.0328 mg/L/mg"         
#>  [41] "TMAX       Time of CMAX                                    1.1200 h"               
#>  [42] "TLAG       Time Until First Nonzero Conc                   0.0000 h"               
#>  [43] "CLST       Last Nonzero Conc                               3.2800 mg/L"            
#>  [44] "CLSTP      Last Nonzero Conc Pred                          3.2801 mg/L"            
#>  [45] "TLST       Time of Last Nonzero Conc                      24.3700 h"               
#>  [46] "LAMZHL     Half-Life Lambda z                             14.3044 h"               
#>  [47] "LAMZ       Lambda z                                        0.0485 /h"              
#>  [48] "LAMZLL     Lambda z Lower Limit                            9.0500 h"               
#>  [49] "LAMZUL     Lambda z Upper Limit                           24.3700 h"               
#>  [50] "LAMZNPT    Number of Points for Lambda z                   3"                      
#>  [51] "CORRXY     Correlation Between TimeX and Log ConcY        -1.0000 "                
#>  [52] "R2         R Squared                                       1.0000 "                
#>  [53] "R2ADJ      R Squared Adjusted                              1.0000 "                
#>  [54] "AUCLST     AUC to Last Nonzero Conc                      148.9231 h*mg/L"          
#>  [55] "AUCALL     AUC All                                       148.9231 h*mg/L"          
#>  [56] "AUCIFO     AUC Infinity Obs                              216.6119 h*mg/L"          
#>  [57] "AUCIFOD    AUC Infinity Obs Norm by Dose                   0.6769 h*mg/L/mg"       
#>  [58] "AUCIFP     AUC Infinity Pred                             216.6150 h*mg/L"          
#>  [59] "AUCIFPD    AUC Infinity Pred Norm by Dose                  0.6769 h*mg/L/mg"       
#>  [60] "AUCPEO     AUC %Extrapolation Obs                         31.2489 %"               
#>  [61] "AUCPEP     AUC %Extrapolation Pred                        31.2499 %"               
#>  [62] "AUMCLST    AUMC to Last Nonzero Conc                    1459.0711 h2*mg/L"         
#>  [63] "AUMCIFO    AUMC Infinity Obs                            4505.5348 h2*mg/L"         
#>  [64] "AUMCIFP    AUMC Infinity Pred                           4505.6709 h2*mg/L"         
#>  [65] "AUMCPEO    AUMC %Extrapolation Obs                        67.6160 %"               
#>  [66] "AUMCPEP    AUMC % Extrapolation Pred                      67.6170 %"               
#>  [67] "VZFO       Vz Obs by F                                    30.4867 L"               
#>  [68] "VZFP       Vz Pred by F                                   30.4863 L"               
#>  [69] "CLFO       Total CL Obs by F                               1.4773 L/h"             
#>  [70] "CLFP       Total CL Pred by F                              1.4773 L/h"             
#>  [71] "MRTEVLST   MRT Extravasc to Last Nonzero Conc              9.7975 h"               
#>  [72] "MRTEVIFO   MRT Extravasc Infinity Obs                     20.8000 h"               
#>  [73] "MRTEVIFP   MRT Extravasc Infinity Pred                    20.8004 h"               
#>  [74] ""                                                                                  
#>  [75] "ID = 2"                                                                            
#>  [76] "                        NONCOMPARTMENTAL ANALYSIS REPORT"                          
#>  [77] "                       Package version 0.5.0 (2023-11-19)"                         
#>  [78] "                          R version 4.4.1 (2024-06-14)"                            
#>  [79] ""                                                                                  
#>  [80] "Date and Time: 2025-10-15 16:43:36.060608 Etc/UTC"                                 
#>  [81] ""                                                                                  
#>  [82] "Calculation Setting"                                                               
#>  [83] "-------------------"                                                               
#>  [84] "Drug Administration: Extravascular"                                                
#>  [85] "Observation count excluding trailing zero: 11"                                     
#>  [86] "Dose at time 0: 320 mg"                                                            
#>  [87] "AUC Calculation Method: Linear-up Linear-down"                                     
#>  [88] "Weighting for lambda z: Uniform (Ordinary Least Square, OLS)"                      
#>  [89] "Lambda z selection criterion: Highest adjusted R-squared value with precision=1e-4"
#>  [90] ""                                                                                  
#>  [91] ""                                                                                  
#>  [92] "Fitting, AUC, AUMC Result"                                                         
#>  [93] "-------------------------"                                                         
#>  [94] "      Time         Conc.      Pred.   Residual       AUC       AUMC"               
#>  [95] "---------------------------------------------------------------------"             
#>  [96] "     0.0000       0.0000                           0.0000     0.0000"              
#>  [97] "     0.2700       1.7200                           0.2322     0.0627"              
#>  [98] "     0.5200       7.9100                           1.4360     0.6349"              
#>  [99] "     1.0000       8.3100                           5.3287     3.6165"              
#> [100] "     1.9200       8.3300                          12.9832    14.7961"              
#> [101] "     3.5000       6.8500                          24.9754    46.3713"              
#> [102] "     5.0200       6.0800                          34.8022    87.7887"              
#> [103] "     7.0300 *     5.4000     5.3629 +3.707e-02    46.3396   156.6147"              
#> [104] "     9.0000 *     4.5500     4.3687 +1.813e-01    56.1403   234.3431"              
#> [105] "    12.0000 *     3.0100     3.1970 -1.870e-01    67.4803   349.9481"              
#> [106] "    24.3000 *     0.9000     0.8886 +1.136e-02    91.5268   706.5866"              
#> [107] ""                                                                                  
#> [108] "*: Used for the calculation of Lambda z."                                          
#> [109] ""                                                                                  
#> [110] ""                                                                                  
#> [111] "Calculated Values"                                                                 
#> [112] "-----------------"                                                                 
#> [113] "CMAX       Max Conc                                        8.3300 mg/L"            
#> [114] "CMAXD      Max Conc Norm by Dose                           0.0260 mg/L/mg"         
#> [115] "TMAX       Time of CMAX                                    1.9200 h"               
#> [116] "TLAG       Time Until First Nonzero Conc                   0.0000 h"               
#> [117] "CLST       Last Nonzero Conc                               0.9000 mg/L"            
#> [118] "CLSTP      Last Nonzero Conc Pred                          0.8886 mg/L"            
#> [119] "TLST       Time of Last Nonzero Conc                      24.3000 h"               
#> [120] "LAMZHL     Half-Life Lambda z                              6.6593 h"               
#> [121] "LAMZ       Lambda z                                        0.1041 /h"              
#> [122] "LAMZLL     Lambda z Lower Limit                            7.0300 h"               
#> [123] "LAMZUL     Lambda z Upper Limit                           24.3000 h"               
#> [124] "LAMZNPT    Number of Points for Lambda z                   4"                      
#> [125] "CORRXY     Correlation Between TimeX and Log ConcY        -0.9986 "                
#> [126] "R2         R Squared                                       0.9972 "                
#> [127] "R2ADJ      R Squared Adjusted                              0.9958 "                
#> [128] "AUCLST     AUC to Last Nonzero Conc                       91.5268 h*mg/L"          
#> [129] "AUCALL     AUC All                                        91.5268 h*mg/L"          
#> [130] "AUCIFO     AUC Infinity Obs                              100.1735 h*mg/L"          
#> [131] "AUCIFOD    AUC Infinity Obs Norm by Dose                   0.3130 h*mg/L/mg"       
#> [132] "AUCIFP     AUC Infinity Pred                             100.0643 h*mg/L"          
#> [133] "AUCIFPD    AUC Infinity Pred Norm by Dose                  0.3127 h*mg/L/mg"       
#> [134] "AUCPEO     AUC %Extrapolation Obs                          8.6317 %"               
#> [135] "AUCPEP     AUC %Extrapolation Pred                         8.5320 %"               
#> [136] "AUMCLST    AUMC to Last Nonzero Conc                     706.5866 h2*mg/L"         
#> [137] "AUMCIFO    AUMC Infinity Obs                             999.7723 h2*mg/L"         
#> [138] "AUMCIFP    AUMC Infinity Pred                            996.0716 h2*mg/L"         
#> [139] "AUMCPEO    AUMC %Extrapolation Obs                        29.3252 %"               
#> [140] "AUMCPEP    AUMC % Extrapolation Pred                      29.0627 %"               
#> [141] "VZFO       Vz Obs by F                                    30.6904 L"               
#> [142] "VZFP       Vz Pred by F                                   30.7239 L"               
#> [143] "CLFO       Total CL Obs by F                               3.1945 L/h"             
#> [144] "CLFP       Total CL Pred by F                              3.1979 L/h"             
#> [145] "MRTEVLST   MRT Extravasc to Last Nonzero Conc              7.7200 h"               
#> [146] "MRTEVIFO   MRT Extravasc Infinity Obs                      9.9804 h"               
#> [147] "MRTEVIFP   MRT Extravasc Infinity Pred                     9.9543 h"               
#> [148] ""                                                                                  
#> [149] "ID = 3"                                                                            
#> [150] "                        NONCOMPARTMENTAL ANALYSIS REPORT"                          
#> [151] "                       Package version 0.5.0 (2023-11-19)"                         
#> [152] "                          R version 4.4.1 (2024-06-14)"                            
#> [153] ""                                                                                  
#> [154] "Date and Time: 2025-10-15 16:43:36.065902 Etc/UTC"                                 
#> [155] ""                                                                                  
#> [156] "Calculation Setting"                                                               
#> [157] "-------------------"                                                               
#> [158] "Drug Administration: Extravascular"                                                
#> [159] "Observation count excluding trailing zero: 11"                                     
#> [160] "Dose at time 0: 320 mg"                                                            
#> [161] "AUC Calculation Method: Linear-up Linear-down"                                     
#> [162] "Weighting for lambda z: Uniform (Ordinary Least Square, OLS)"                      
#> [163] "Lambda z selection criterion: Highest adjusted R-squared value with precision=1e-4"
#> [164] ""                                                                                  
#> [165] ""                                                                                  
#> [166] "Fitting, AUC, AUMC Result"                                                         
#> [167] "-------------------------"                                                         
#> [168] "      Time         Conc.      Pred.   Residual       AUC       AUMC"               
#> [169] "---------------------------------------------------------------------"             
#> [170] "     0.0000       0.0000                           0.0000     0.0000"              
#> [171] "     0.2700       4.4000                           0.5940     0.1604"              
#> [172] "     0.5800       6.9000                           2.3455     0.9648"              
#> [173] "     1.0200       8.2000                           5.6675     3.6854"              
#> [174] "     2.0200       7.8000                          13.6675    15.7453"              
#> [175] "     3.6200       7.5000                          25.9075    50.0702"              
#> [176] "     5.0800       6.2000                          35.9085    92.8817"              
#> [177] "     7.0700       5.3000                          47.3510   161.5039"              
#> [178] "     9.0000 *     4.9000     4.9914 -9.138e-02    57.1940   240.2199"              
#> [179] "    12.1500 *     3.7000     3.6147 +8.528e-02    70.7390   380.4815"              
#> [180] "    24.1700 *     1.0500     1.0551 -5.097e-03    99.2865   803.1859"              
#> [181] ""                                                                                  
#> [182] "*: Used for the calculation of Lambda z."                                          
#> [183] ""                                                                                  
#> [184] ""                                                                                  
#> [185] "Calculated Values"                                                                 
#> [186] "-----------------"                                                                 
#> [187] "CMAX       Max Conc                                        8.2000 mg/L"            
#> [188] "CMAXD      Max Conc Norm by Dose                           0.0256 mg/L/mg"         
#> [189] "TMAX       Time of CMAX                                    1.0200 h"               
#> [190] "TLAG       Time Until First Nonzero Conc                   0.0000 h"               
#> [191] "CLST       Last Nonzero Conc                               1.0500 mg/L"            
#> [192] "CLSTP      Last Nonzero Conc Pred                          1.0551 mg/L"            
#> [193] "TLST       Time of Last Nonzero Conc                      24.1700 h"               
#> [194] "LAMZHL     Half-Life Lambda z                              6.7661 h"               
#> [195] "LAMZ       Lambda z                                        0.1024 /h"              
#> [196] "LAMZLL     Lambda z Lower Limit                            9.0000 h"               
#> [197] "LAMZUL     Lambda z Upper Limit                           24.1700 h"               
#> [198] "LAMZNPT    Number of Points for Lambda z                   3"                      
#> [199] "CORRXY     Correlation Between TimeX and Log ConcY        -0.9997 "                
#> [200] "R2         R Squared                                       0.9993 "                
#> [201] "R2ADJ      R Squared Adjusted                              0.9986 "                
#> [202] "AUCLST     AUC to Last Nonzero Conc                       99.2865 h*mg/L"          
#> [203] "AUCALL     AUC All                                        99.2865 h*mg/L"          
#> [204] "AUCIFO     AUC Infinity Obs                              109.5360 h*mg/L"          
#> [205] "AUCIFOD    AUC Infinity Obs Norm by Dose                   0.3423 h*mg/L/mg"       
#> [206] "AUCIFP     AUC Infinity Pred                             109.5857 h*mg/L"          
#> [207] "AUCIFPD    AUC Infinity Pred Norm by Dose                  0.3425 h*mg/L/mg"       
#> [208] "AUCPEO     AUC %Extrapolation Obs                          9.3572 %"               
#> [209] "AUCPEP     AUC %Extrapolation Pred                         9.3983 %"               
#> [210] "AUMCLST    AUMC to Last Nonzero Conc                     803.1859 h2*mg/L"         
#> [211] "AUMCIFO    AUMC Infinity Obs                            1150.9648 h2*mg/L"         
#> [212] "AUMCIFP    AUMC Infinity Pred                           1152.6529 h2*mg/L"         
#> [213] "AUMCPEO    AUMC %Extrapolation Obs                        30.2163 %"               
#> [214] "AUMCPEP    AUMC % Extrapolation Pred                      30.3185 %"               
#> [215] "VZFO       Vz Obs by F                                    28.5171 L"               
#> [216] "VZFP       Vz Pred by F                                   28.5042 L"               
#> [217] "CLFO       Total CL Obs by F                               2.9214 L/h"             
#> [218] "CLFP       Total CL Pred by F                              2.9201 L/h"             
#> [219] "MRTEVLST   MRT Extravasc to Last Nonzero Conc              8.0896 h"               
#> [220] "MRTEVIFO   MRT Extravasc Infinity Obs                     10.5076 h"               
#> [221] "MRTEVIFP   MRT Extravasc Infinity Pred                    10.5183 h"               
#> [222] ""                                                                                  
#> [223] "ID = 4"                                                                            
#> [224] "                        NONCOMPARTMENTAL ANALYSIS REPORT"                          
#> [225] "                       Package version 0.5.0 (2023-11-19)"                         
#> [226] "                          R version 4.4.1 (2024-06-14)"                            
#> [227] ""                                                                                  
#> [228] "Date and Time: 2025-10-15 16:43:36.074445 Etc/UTC"                                 
#> [229] ""                                                                                  
#> [230] "Calculation Setting"                                                               
#> [231] "-------------------"                                                               
#> [232] "Drug Administration: Extravascular"                                                
#> [233] "Observation count excluding trailing zero: 11"                                     
#> [234] "Dose at time 0: 320 mg"                                                            
#> [235] "AUC Calculation Method: Linear-up Linear-down"                                     
#> [236] "Weighting for lambda z: Uniform (Ordinary Least Square, OLS)"                      
#> [237] "Lambda z selection criterion: Highest adjusted R-squared value with precision=1e-4"
#> [238] ""                                                                                  
#> [239] ""                                                                                  
#> [240] "Fitting, AUC, AUMC Result"                                                         
#> [241] "-------------------------"                                                         
#> [242] "      Time         Conc.      Pred.   Residual       AUC       AUMC"               
#> [243] "---------------------------------------------------------------------"             
#> [244] "     0.0000       0.0000                           0.0000     0.0000"              
#> [245] "     0.3500       1.8900                           0.3308     0.1158"              
#> [246] "     0.6000       4.6000                           1.1420     0.5435"              
#> [247] "     1.0700       8.6000                           4.2440     3.3545"              
#> [248] "     2.1300       8.3800                          13.2434    17.6918"              
#> [249] "     3.5000       7.5400                          24.1486    47.9958"              
#> [250] "     5.0200       6.8800                          35.1078    94.3007"              
#> [251] "     7.0200       5.7800                          47.7678   169.4139"              
#> [252] "     9.0200 *     5.3300     5.4586 -1.286e-01    58.8778   258.0661"              
#> [253] "    11.9800 *     4.1900     4.0686 +1.214e-01    72.9674   403.5099"              
#> [254] "    24.6500 *     1.1500     1.1564 -6.422e-03   106.7963   901.0842"              
#> [255] ""                                                                                  
#> [256] "*: Used for the calculation of Lambda z."                                          
#> [257] ""                                                                                  
#> [258] ""                                                                                  
#> [259] "Calculated Values"                                                                 
#> [260] "-----------------"                                                                 
#> [261] "CMAX       Max Conc                                        8.6000 mg/L"            
#> [262] "CMAXD      Max Conc Norm by Dose                           0.0269 mg/L/mg"         
#> [263] "TMAX       Time of CMAX                                    1.0700 h"               
#> [264] "TLAG       Time Until First Nonzero Conc                   0.0000 h"               
#> [265] "CLST       Last Nonzero Conc                               1.1500 mg/L"            
#> [266] "CLSTP      Last Nonzero Conc Pred                          1.1564 mg/L"            
#> [267] "TLST       Time of Last Nonzero Conc                      24.6500 h"               
#> [268] "LAMZHL     Half-Life Lambda z                              6.9812 h"               
#> [269] "LAMZ       Lambda z                                        0.0993 /h"              
#> [270] "LAMZLL     Lambda z Lower Limit                            9.0200 h"               
#> [271] "LAMZUL     Lambda z Upper Limit                           24.6500 h"               
#> [272] "LAMZNPT    Number of Points for Lambda z                   3"                      
#> [273] "CORRXY     Correlation Between TimeX and Log ConcY        -0.9995 "                
#> [274] "R2         R Squared                                       0.9989 "                
#> [275] "R2ADJ      R Squared Adjusted                              0.9978 "                
#> [276] "AUCLST     AUC to Last Nonzero Conc                      106.7963 h*mg/L"          
#> [277] "AUCALL     AUC All                                       106.7963 h*mg/L"          
#> [278] "AUCIFO     AUC Infinity Obs                              118.3789 h*mg/L"          
#> [279] "AUCIFOD    AUC Infinity Obs Norm by Dose                   0.3699 h*mg/L/mg"       
#> [280] "AUCIFP     AUC Infinity Pred                             118.4436 h*mg/L"          
#> [281] "AUCIFPD    AUC Infinity Pred Norm by Dose                  0.3701 h*mg/L/mg"       
#> [282] "AUCPEO     AUC %Extrapolation Obs                          9.7843 %"               
#> [283] "AUCPEP     AUC %Extrapolation Pred                         9.8336 %"               
#> [284] "AUMCLST    AUMC to Last Nonzero Conc                     901.0842 h2*mg/L"         
#> [285] "AUMCIFO    AUMC Infinity Obs                            1303.2524 h2*mg/L"         
#> [286] "AUMCIFP    AUMC Infinity Pred                           1305.4981 h2*mg/L"         
#> [287] "AUMCPEO    AUMC %Extrapolation Obs                        30.8588 %"               
#> [288] "AUMCPEP    AUMC % Extrapolation Pred                      30.9777 %"               
#> [289] "VZFO       Vz Obs by F                                    27.2260 L"               
#> [290] "VZFP       Vz Pred by F                                   27.2111 L"               
#> [291] "CLFO       Total CL Obs by F                               2.7032 L/h"             
#> [292] "CLFP       Total CL Pred by F                              2.7017 L/h"             
#> [293] "MRTEVLST   MRT Extravasc to Last Nonzero Conc              8.4374 h"               
#> [294] "MRTEVIFO   MRT Extravasc Infinity Obs                     11.0092 h"               
#> [295] "MRTEVIFP   MRT Extravasc Infinity Pred                    11.0221 h"               
#> [296] ""                                                                                  
#> [297] "ID = 5"                                                                            
#> [298] "                        NONCOMPARTMENTAL ANALYSIS REPORT"                          
#> [299] "                       Package version 0.5.0 (2023-11-19)"                         
#> [300] "                          R version 4.4.1 (2024-06-14)"                            
#> [301] ""                                                                                  
#> [302] "Date and Time: 2025-10-15 16:43:36.079532 Etc/UTC"                                 
#> [303] ""                                                                                  
#> [304] "Calculation Setting"                                                               
#> [305] "-------------------"                                                               
#> [306] "Drug Administration: Extravascular"                                                
#> [307] "Observation count excluding trailing zero: 11"                                     
#> [308] "Dose at time 0: 320 mg"                                                            
#> [309] "AUC Calculation Method: Linear-up Linear-down"                                     
#> [310] "Weighting for lambda z: Uniform (Ordinary Least Square, OLS)"                      
#> [311] "Lambda z selection criterion: Highest adjusted R-squared value with precision=1e-4"
#> [312] ""                                                                                  
#> [313] ""                                                                                  
#> [314] "Fitting, AUC, AUMC Result"                                                         
#> [315] "-------------------------"                                                         
#> [316] "      Time         Conc.      Pred.   Residual       AUC       AUMC"               
#> [317] "---------------------------------------------------------------------"             
#> [318] "     0.0000       0.0000                           0.0000     0.0000"              
#> [319] "     0.3000       2.0200                           0.3030     0.0909"              
#> [320] "     0.5200       5.6300                           1.1445     0.4796"              
#> [321] "     1.0000      11.4000                           5.2317     3.9182"              
#> [322] "     2.0200       9.3300                          15.8040    19.3440"              
#> [323] "     3.5000       8.7400                          29.1758    55.9271"              
#> [324] "     5.0200       7.5600                          41.5638   108.0184"              
#> [325] "     7.0200 *     7.0900     6.9799 +1.101e-01    56.2138   195.7414"              
#> [326] "     9.1000 *     5.9000     5.8291 +7.091e-02    69.7234   303.3417"              
#> [327] "    12.0000 *     4.3700     4.5343 -1.643e-01    84.6149   457.2302"              
#> [328] "    24.3500 *     1.5700     1.5557 +1.430e-02   121.2944  1017.1143"              
#> [329] ""                                                                                  
#> [330] "*: Used for the calculation of Lambda z."                                          
#> [331] ""                                                                                  
#> [332] ""                                                                                  
#> [333] "Calculated Values"                                                                 
#> [334] "-----------------"                                                                 
#> [335] "CMAX       Max Conc                                       11.4000 mg/L"            
#> [336] "CMAXD      Max Conc Norm by Dose                           0.0356 mg/L/mg"         
#> [337] "TMAX       Time of CMAX                                    1.0000 h"               
#> [338] "TLAG       Time Until First Nonzero Conc                   0.0000 h"               
#> [339] "CLST       Last Nonzero Conc                               1.5700 mg/L"            
#> [340] "CLSTP      Last Nonzero Conc Pred                          1.5557 mg/L"            
#> [341] "TLST       Time of Last Nonzero Conc                      24.3500 h"               
#> [342] "LAMZHL     Half-Life Lambda z                              8.0023 h"               
#> [343] "LAMZ       Lambda z                                        0.0866 /h"              
#> [344] "LAMZLL     Lambda z Lower Limit                            7.0200 h"               
#> [345] "LAMZUL     Lambda z Upper Limit                           24.3500 h"               
#> [346] "LAMZNPT    Number of Points for Lambda z                   4"                      
#> [347] "CORRXY     Correlation Between TimeX and Log ConcY        -0.9993 "                
#> [348] "R2         R Squared                                       0.9986 "                
#> [349] "R2ADJ      R Squared Adjusted                              0.9980 "                
#> [350] "AUCLST     AUC to Last Nonzero Conc                      121.2944 h*mg/L"          
#> [351] "AUCALL     AUC All                                       121.2944 h*mg/L"          
#> [352] "AUCIFO     AUC Infinity Obs                              139.4198 h*mg/L"          
#> [353] "AUCIFOD    AUC Infinity Obs Norm by Dose                   0.4357 h*mg/L/mg"       
#> [354] "AUCIFP     AUC Infinity Pred                             139.2546 h*mg/L"          
#> [355] "AUCIFPD    AUC Infinity Pred Norm by Dose                  0.4352 h*mg/L/mg"       
#> [356] "AUCPEO     AUC %Extrapolation Obs                         13.0006 %"               
#> [357] "AUCPEP     AUC %Extrapolation Pred                        12.8974 %"               
#> [358] "AUMCLST    AUMC to Last Nonzero Conc                    1017.1143 h2*mg/L"         
#> [359] "AUMCIFO    AUMC Infinity Obs                            1667.7216 h2*mg/L"         
#> [360] "AUMCIFP    AUMC Infinity Pred                           1661.7937 h2*mg/L"         
#> [361] "AUMCPEO    AUMC %Extrapolation Obs                        39.0117 %"               
#> [362] "AUMCPEP    AUMC % Extrapolation Pred                      38.7942 %"               
#> [363] "VZFO       Vz Obs by F                                    26.4980 L"               
#> [364] "VZFP       Vz Pred by F                                   26.5294 L"               
#> [365] "CLFO       Total CL Obs by F                               2.2952 L/h"             
#> [366] "CLFP       Total CL Pred by F                              2.2979 L/h"             
#> [367] "MRTEVLST   MRT Extravasc to Last Nonzero Conc              8.3855 h"               
#> [368] "MRTEVIFO   MRT Extravasc Infinity Obs                     11.9619 h"               
#> [369] "MRTEVIFP   MRT Extravasc Infinity Pred                    11.9335 h"               
#> [370] ""                                                                                  
#> [371] "ID = 6"                                                                            
#> [372] "                        NONCOMPARTMENTAL ANALYSIS REPORT"                          
#> [373] "                       Package version 0.5.0 (2023-11-19)"                         
#> [374] "                          R version 4.4.1 (2024-06-14)"                            
#> [375] ""                                                                                  
#> [376] "Date and Time: 2025-10-15 16:43:36.084543 Etc/UTC"                                 
#> [377] ""                                                                                  
#> [378] "Calculation Setting"                                                               
#> [379] "-------------------"                                                               
#> [380] "Drug Administration: Extravascular"                                                
#> [381] "Observation count excluding trailing zero: 11"                                     
#> [382] "Dose at time 0: 320 mg"                                                            
#> [383] "AUC Calculation Method: Linear-up Linear-down"                                     
#> [384] "Weighting for lambda z: Uniform (Ordinary Least Square, OLS)"                      
#> [385] "Lambda z selection criterion: Highest adjusted R-squared value with precision=1e-4"
#> [386] ""                                                                                  
#> [387] ""                                                                                  
#> [388] "Fitting, AUC, AUMC Result"                                                         
#> [389] "-------------------------"                                                         
#> [390] "      Time         Conc.      Pred.   Residual       AUC       AUMC"               
#> [391] "---------------------------------------------------------------------"             
#> [392] "     0.0000       0.0000                           0.0000     0.0000"              
#> [393] "     0.2700       1.2900                           0.1742     0.0470"              
#> [394] "     0.5800       3.0800                           0.8515     0.3779"              
#> [395] "     1.1500       6.4400                           3.5647     2.9977"              
#> [396] "     2.0300 *     6.3200     6.3928 -7.284e-02     9.1791    11.9014"              
#> [397] "     3.5700 *     5.5300     5.5844 -5.438e-02    18.3036    36.9816"              
#> [398] "     5.0000 *     4.9400     4.9255 +1.450e-02    25.7897    68.7577"              
#> [399] "     7.0000 *     4.0200     4.1323 -1.123e-01    34.7497   121.5977"              
#> [400] "     9.2200 *     3.4600     3.4005 +5.948e-02    43.0525   188.2434"              
#> [401] "    12.1000 *     2.7800     2.6408 +1.392e-01    52.0381   282.6199"              
#> [402] "    23.8500 *     0.9200     0.9413 -2.127e-02    73.7756   609.1524"              
#> [403] ""                                                                                  
#> [404] "*: Used for the calculation of Lambda z."                                          
#> [405] ""                                                                                  
#> [406] ""                                                                                  
#> [407] "Calculated Values"                                                                 
#> [408] "-----------------"                                                                 
#> [409] "CMAX       Max Conc                                        6.4400 mg/L"            
#> [410] "CMAXD      Max Conc Norm by Dose                           0.0201 mg/L/mg"         
#> [411] "TMAX       Time of CMAX                                    1.1500 h"               
#> [412] "TLAG       Time Until First Nonzero Conc                   0.0000 h"               
#> [413] "CLST       Last Nonzero Conc                               0.9200 mg/L"            
#> [414] "CLSTP      Last Nonzero Conc Pred                          0.9413 mg/L"            
#> [415] "TLST       Time of Last Nonzero Conc                      23.8500 h"               
#> [416] "LAMZHL     Half-Life Lambda z                              7.8950 h"               
#> [417] "LAMZ       Lambda z                                        0.0878 /h"              
#> [418] "LAMZLL     Lambda z Lower Limit                            2.0300 h"               
#> [419] "LAMZUL     Lambda z Upper Limit                           23.8500 h"               
#> [420] "LAMZNPT    Number of Points for Lambda z                   7"                      
#> [421] "CORRXY     Correlation Between TimeX and Log ConcY        -0.9991 "                
#> [422] "R2         R Squared                                       0.9982 "                
#> [423] "R2ADJ      R Squared Adjusted                              0.9979 "                
#> [424] "AUCLST     AUC to Last Nonzero Conc                       73.7756 h*mg/L"          
#> [425] "AUCALL     AUC All                                        73.7756 h*mg/L"          
#> [426] "AUCIFO     AUC Infinity Obs                               84.2544 h*mg/L"          
#> [427] "AUCIFOD    AUC Infinity Obs Norm by Dose                   0.2633 h*mg/L/mg"       
#> [428] "AUCIFP     AUC Infinity Pred                              84.4967 h*mg/L"          
#> [429] "AUCIFPD    AUC Infinity Pred Norm by Dose                  0.2641 h*mg/L/mg"       
#> [430] "AUCPEO     AUC %Extrapolation Obs                         12.4372 %"               
#> [431] "AUCPEP     AUC %Extrapolation Pred                        12.6882 %"               
#> [432] "AUMCLST    AUMC to Last Nonzero Conc                     609.1524 h2*mg/L"         
#> [433] "AUMCIFO    AUMC Infinity Obs                             978.4285 h2*mg/L"         
#> [434] "AUMCIFP    AUMC Infinity Pred                            986.9665 h2*mg/L"         
#> [435] "AUMCPEO    AUMC %Extrapolation Obs                        37.7418 %"               
#> [436] "AUMCPEP    AUMC % Extrapolation Pred                      38.2803 %"               
#> [437] "VZFO       Vz Obs by F                                    43.2597 L"               
#> [438] "VZFP       Vz Pred by F                                   43.1357 L"               
#> [439] "CLFO       Total CL Obs by F                               3.7980 L/h"             
#> [440] "CLFP       Total CL Pred by F                              3.7871 L/h"             
#> [441] "MRTEVLST   MRT Extravasc to Last Nonzero Conc              8.2568 h"               
#> [442] "MRTEVIFO   MRT Extravasc Infinity Obs                     11.6128 h"               
#> [443] "MRTEVIFP   MRT Extravasc Infinity Pred                    11.6805 h"               
#> [444] ""                                                                                  
#> [445] "ID = 7"                                                                            
#> [446] "                        NONCOMPARTMENTAL ANALYSIS REPORT"                          
#> [447] "                       Package version 0.5.0 (2023-11-19)"                         
#> [448] "                          R version 4.4.1 (2024-06-14)"                            
#> [449] ""                                                                                  
#> [450] "Date and Time: 2025-10-15 16:43:36.089843 Etc/UTC"                                 
#> [451] ""                                                                                  
#> [452] "Calculation Setting"                                                               
#> [453] "-------------------"                                                               
#> [454] "Drug Administration: Extravascular"                                                
#> [455] "Observation count excluding trailing zero: 11"                                     
#> [456] "Dose at time 0: 320 mg"                                                            
#> [457] "AUC Calculation Method: Linear-up Linear-down"                                     
#> [458] "Weighting for lambda z: Uniform (Ordinary Least Square, OLS)"                      
#> [459] "Lambda z selection criterion: Highest adjusted R-squared value with precision=1e-4"
#> [460] ""                                                                                  
#> [461] ""                                                                                  
#> [462] "Fitting, AUC, AUMC Result"                                                         
#> [463] "-------------------------"                                                         
#> [464] "      Time         Conc.      Pred.   Residual       AUC       AUMC"               
#> [465] "---------------------------------------------------------------------"             
#> [466] "     0.0000       0.1500                           0.0000     0.0000"              
#> [467] "     0.2500       0.8500                           0.1250     0.0266"              
#> [468] "     0.5000       2.3500                           0.5250     0.2000"              
#> [469] "     1.0200       5.0200                           2.4412     1.8368"              
#> [470] "     2.0200       6.5800                           8.2412    11.0428"              
#> [471] "     3.4800       7.0900                          18.2203    38.7571"              
#> [472] "     5.0000       6.6600                          28.6703    82.8167"              
#> [473] "     6.9800 *     5.2500     5.3226 -7.260e-02    40.4612   152.0623"              
#> [474] "     9.0000 *     4.3900     4.4527 -6.275e-02    50.1976   228.9788"              
#> [475] "    12.0500 *     3.5300     3.4011 +1.289e-01    62.2756   354.0998"              
#> [476] "    24.2200 *     1.1500     1.1607 -1.072e-02    90.7534   782.4199"              
#> [477] ""                                                                                  
#> [478] "*: Used for the calculation of Lambda z."                                          
#> [479] ""                                                                                  
#> [480] ""                                                                                  
#> [481] "Calculated Values"                                                                 
#> [482] "-----------------"                                                                 
#> [483] "CMAX       Max Conc                                        7.0900 mg/L"            
#> [484] "CMAXD      Max Conc Norm by Dose                           0.0222 mg/L/mg"         
#> [485] "TMAX       Time of CMAX                                    3.4800 h"               
#> [486] "TLAG       Time Until First Nonzero Conc                   0.0000 h"               
#> [487] "CLST       Last Nonzero Conc                               1.1500 mg/L"            
#> [488] "CLSTP      Last Nonzero Conc Pred                          1.1607 mg/L"            
#> [489] "TLST       Time of Last Nonzero Conc                      24.2200 h"               
#> [490] "LAMZHL     Half-Life Lambda z                              7.8467 h"               
#> [491] "LAMZ       Lambda z                                        0.0883 /h"              
#> [492] "LAMZLL     Lambda z Lower Limit                            6.9800 h"               
#> [493] "LAMZUL     Lambda z Upper Limit                           24.2200 h"               
#> [494] "LAMZNPT    Number of Points for Lambda z                   4"                      
#> [495] "CORRXY     Correlation Between TimeX and Log ConcY        -0.9993 "                
#> [496] "R2         R Squared                                       0.9987 "                
#> [497] "R2ADJ      R Squared Adjusted                              0.9980 "                
#> [498] "AUCLST     AUC to Last Nonzero Conc                       90.7534 h*mg/L"          
#> [499] "AUCALL     AUC All                                        90.7534 h*mg/L"          
#> [500] "AUCIFO     AUC Infinity Obs                              103.7718 h*mg/L"          
#> [501] "AUCIFOD    AUC Infinity Obs Norm by Dose                   0.3243 h*mg/L/mg"       
#> [502] "AUCIFP     AUC Infinity Pred                             103.8931 h*mg/L"          
#> [503] "AUCIFPD    AUC Infinity Pred Norm by Dose                  0.3247 h*mg/L/mg"       
#> [504] "AUCPEO     AUC %Extrapolation Obs                         12.5452 %"               
#> [505] "AUCPEP     AUC %Extrapolation Pred                        12.6474 %"               
#> [506] "AUMCLST    AUMC to Last Nonzero Conc                     782.4199 h2*mg/L"         
#> [507] "AUMCIFO    AUMC Infinity Obs                            1245.0984 h2*mg/L"         
#> [508] "AUMCIFP    AUMC Infinity Pred                           1249.4111 h2*mg/L"         
#> [509] "AUMCPEO    AUMC %Extrapolation Obs                        37.1600 %"               
#> [510] "AUMCPEP    AUMC % Extrapolation Pred                      37.3769 %"               
#> [511] "VZFO       Vz Obs by F                                    34.9084 L"               
#> [512] "VZFP       Vz Pred by F                                   34.8677 L"               
#> [513] "CLFO       Total CL Obs by F                               3.0837 L/h"             
#> [514] "CLFP       Total CL Pred by F                              3.0801 L/h"             
#> [515] "MRTEVLST   MRT Extravasc to Last Nonzero Conc              8.6214 h"               
#> [516] "MRTEVIFO   MRT Extravasc Infinity Obs                     11.9984 h"               
#> [517] "MRTEVIFP   MRT Extravasc Infinity Pred                    12.0259 h"               
#> [518] ""                                                                                  
#> [519] "ID = 8"                                                                            
#> [520] "                        NONCOMPARTMENTAL ANALYSIS REPORT"                          
#> [521] "                       Package version 0.5.0 (2023-11-19)"                         
#> [522] "                          R version 4.4.1 (2024-06-14)"                            
#> [523] ""                                                                                  
#> [524] "Date and Time: 2025-10-15 16:43:36.095282 Etc/UTC"                                 
#> [525] ""                                                                                  
#> [526] "Calculation Setting"                                                               
#> [527] "-------------------"                                                               
#> [528] "Drug Administration: Extravascular"                                                
#> [529] "Observation count excluding trailing zero: 11"                                     
#> [530] "Dose at time 0: 320 mg"                                                            
#> [531] "AUC Calculation Method: Linear-up Linear-down"                                     
#> [532] "Weighting for lambda z: Uniform (Ordinary Least Square, OLS)"                      
#> [533] "Lambda z selection criterion: Highest adjusted R-squared value with precision=1e-4"
#> [534] ""                                                                                  
#> [535] ""                                                                                  
#> [536] "Fitting, AUC, AUMC Result"                                                         
#> [537] "-------------------------"                                                         
#> [538] "      Time         Conc.      Pred.   Residual       AUC       AUMC"               
#> [539] "---------------------------------------------------------------------"             
#> [540] "     0.0000       0.0000                           0.0000     0.0000"              
#> [541] "     0.2500       3.0500                           0.3813     0.0953"              
#> [542] "     0.5200       3.0500                           1.2048     0.4124"              
#> [543] "     0.9800       7.3100                           3.5875     2.4248"              
#> [544] "     2.0200       7.5600                          11.3200    14.0910"              
#> [545] "     3.5300 *     6.5900     6.5724 +1.758e-02    22.0032    43.1841"              
#> [546] "     5.0500 *     5.8800     5.8071 +7.292e-02    31.4804    83.4312"              
#> [547] "     7.1500 *     4.7300     4.8941 -1.641e-01    42.6209   150.1204"              
#> [548] "     9.0700 *     4.5700     4.1856 +3.844e-01    51.5489   222.3790"              
#> [549] "    12.1000 *     3.0000     3.2702 -2.702e-01    63.0175   340.1701"              
#> [550] "    24.1200 *     1.2500     1.2285 +2.147e-02    88.5600   739.5346"              
#> [551] ""                                                                                  
#> [552] "*: Used for the calculation of Lambda z."                                          
#> [553] ""                                                                                  
#> [554] ""                                                                                  
#> [555] "Calculated Values"                                                                 
#> [556] "-----------------"                                                                 
#> [557] "CMAX       Max Conc                                        7.5600 mg/L"            
#> [558] "CMAXD      Max Conc Norm by Dose                           0.0236 mg/L/mg"         
#> [559] "TMAX       Time of CMAX                                    2.0200 h"               
#> [560] "TLAG       Time Until First Nonzero Conc                   0.0000 h"               
#> [561] "CLST       Last Nonzero Conc                               1.2500 mg/L"            
#> [562] "CLSTP      Last Nonzero Conc Pred                          1.2285 mg/L"            
#> [563] "TLST       Time of Last Nonzero Conc                      24.1200 h"               
#> [564] "LAMZHL     Half-Life Lambda z                              8.5100 h"               
#> [565] "LAMZ       Lambda z                                        0.0815 /h"              
#> [566] "LAMZLL     Lambda z Lower Limit                            3.5300 h"               
#> [567] "LAMZUL     Lambda z Upper Limit                           24.1200 h"               
#> [568] "LAMZNPT    Number of Points for Lambda z                   6"                      
#> [569] "CORRXY     Correlation Between TimeX and Log ConcY        -0.9955 "                
#> [570] "R2         R Squared                                       0.9910 "                
#> [571] "R2ADJ      R Squared Adjusted                              0.9888 "                
#> [572] "AUCLST     AUC to Last Nonzero Conc                       88.5600 h*mg/L"          
#> [573] "AUCALL     AUC All                                        88.5600 h*mg/L"          
#> [574] "AUCIFO     AUC Infinity Obs                              103.9067 h*mg/L"          
#> [575] "AUCIFOD    AUC Infinity Obs Norm by Dose                   0.3247 h*mg/L/mg"       
#> [576] "AUCIFP     AUC Infinity Pred                             103.6431 h*mg/L"          
#> [577] "AUCIFPD    AUC Infinity Pred Norm by Dose                  0.3239 h*mg/L/mg"       
#> [578] "AUCPEO     AUC %Extrapolation Obs                         14.7697 %"               
#> [579] "AUCPEP     AUC %Extrapolation Pred                        14.5529 %"               
#> [580] "AUMCLST    AUMC to Last Nonzero Conc                     739.5346 h2*mg/L"         
#> [581] "AUMCIFO    AUMC Infinity Obs                            1298.1158 h2*mg/L"         
#> [582] "AUMCIFP    AUMC Infinity Pred                           1288.5201 h2*mg/L"         
#> [583] "AUMCPEO    AUMC %Extrapolation Obs                        43.0302 %"               
#> [584] "AUMCPEP    AUMC % Extrapolation Pred                      42.6059 %"               
#> [585] "VZFO       Vz Obs by F                                    37.8105 L"               
#> [586] "VZFP       Vz Pred by F                                   37.9067 L"               
#> [587] "CLFO       Total CL Obs by F                               3.0797 L/h"             
#> [588] "CLFP       Total CL Pred by F                              3.0875 L/h"             
#> [589] "MRTEVLST   MRT Extravasc to Last Nonzero Conc              8.3507 h"               
#> [590] "MRTEVIFO   MRT Extravasc Infinity Obs                     12.4931 h"               
#> [591] "MRTEVIFP   MRT Extravasc Infinity Pred                    12.4323 h"               
#> [592] ""                                                                                  
#> [593] "ID = 9"                                                                            
#> [594] "                        NONCOMPARTMENTAL ANALYSIS REPORT"                          
#> [595] "                       Package version 0.5.0 (2023-11-19)"                         
#> [596] "                          R version 4.4.1 (2024-06-14)"                            
#> [597] ""                                                                                  
#> [598] "Date and Time: 2025-10-15 16:43:36.10055 Etc/UTC"                                  
#> [599] ""                                                                                  
#> [600] "Calculation Setting"                                                               
#> [601] "-------------------"                                                               
#> [602] "Drug Administration: Extravascular"                                                
#> [603] "Observation count excluding trailing zero: 11"                                     
#> [604] "Dose at time 0: 320 mg"                                                            
#> [605] "AUC Calculation Method: Linear-up Linear-down"                                     
#> [606] "Weighting for lambda z: Uniform (Ordinary Least Square, OLS)"                      
#> [607] "Lambda z selection criterion: Highest adjusted R-squared value with precision=1e-4"
#> [608] ""                                                                                  
#> [609] ""                                                                                  
#> [610] "Fitting, AUC, AUMC Result"                                                         
#> [611] "-------------------------"                                                         
#> [612] "      Time         Conc.      Pred.   Residual       AUC       AUMC"               
#> [613] "---------------------------------------------------------------------"             
#> [614] "     0.0000       0.0000                           0.0000     0.0000"              
#> [615] "     0.3000       7.3700                           1.1055     0.3316"              
#> [616] "     0.6300       9.0300                           3.8115     1.6351"              
#> [617] "     1.0500       7.1400                           7.2072     4.4042"              
#> [618] "     2.0200       6.3300                          13.7402    14.2417"              
#> [619] "     3.5300       5.6600                          22.7926    38.9804"              
#> [620] "     5.0200       5.6700                          31.2335    75.0705"              
#> [621] "     7.1700       4.2400                          41.8867   138.3495"              
#> [622] "     8.8000 *     4.1100     4.0512 +5.880e-02    48.6920   192.6031"              
#> [623] "    11.6000 *     3.1600     3.2160 -5.597e-02    58.8700   294.5567"              
#> [624] "    24.4300 *     1.1200     1.1165 +3.517e-03    86.3262   705.2296"              
#> [625] ""                                                                                  
#> [626] "*: Used for the calculation of Lambda z."                                          
#> [627] ""                                                                                  
#> [628] ""                                                                                  
#> [629] "Calculated Values"                                                                 
#> [630] "-----------------"                                                                 
#> [631] "CMAX       Max Conc                                        9.0300 mg/L"            
#> [632] "CMAXD      Max Conc Norm by Dose                           0.0282 mg/L/mg"         
#> [633] "TMAX       Time of CMAX                                    0.6300 h"               
#> [634] "TLAG       Time Until First Nonzero Conc                   0.0000 h"               
#> [635] "CLST       Last Nonzero Conc                               1.1200 mg/L"            
#> [636] "CLSTP      Last Nonzero Conc Pred                          1.1165 mg/L"            
#> [637] "TLST       Time of Last Nonzero Conc                      24.4300 h"               
#> [638] "LAMZHL     Half-Life Lambda z                              8.4060 h"               
#> [639] "LAMZ       Lambda z                                        0.0825 /h"              
#> [640] "LAMZLL     Lambda z Lower Limit                            8.8000 h"               
#> [641] "LAMZUL     Lambda z Upper Limit                           24.4300 h"               
#> [642] "LAMZNPT    Number of Points for Lambda z                   3"                      
#> [643] "CORRXY     Correlation Between TimeX and Log ConcY        -0.9997 "                
#> [644] "R2         R Squared                                       0.9994 "                
#> [645] "R2ADJ      R Squared Adjusted                              0.9989 "                
#> [646] "AUCLST     AUC to Last Nonzero Conc                       86.3262 h*mg/L"          
#> [647] "AUCALL     AUC All                                        86.3262 h*mg/L"          
#> [648] "AUCIFO     AUC Infinity Obs                               99.9087 h*mg/L"          
#> [649] "AUCIFOD    AUC Infinity Obs Norm by Dose                   0.3122 h*mg/L/mg"       
#> [650] "AUCIFP     AUC Infinity Pred                              99.8661 h*mg/L"          
#> [651] "AUCIFPD    AUC Infinity Pred Norm by Dose                  0.3121 h*mg/L/mg"       
#> [652] "AUCPEO     AUC %Extrapolation Obs                         13.5950 %"               
#> [653] "AUCPEP     AUC %Extrapolation Pred                        13.5581 %"               
#> [654] "AUMCLST    AUMC to Last Nonzero Conc                     705.2296 h2*mg/L"         
#> [655] "AUMCIFO    AUMC Infinity Obs                            1201.7715 h2*mg/L"         
#> [656] "AUMCIFP    AUMC Infinity Pred                           1200.2124 h2*mg/L"         
#> [657] "AUMCPEO    AUMC %Extrapolation Obs                        41.3175 %"               
#> [658] "AUMCPEP    AUMC % Extrapolation Pred                      41.2413 %"               
#> [659] "VZFO       Vz Obs by F                                    38.8428 L"               
#> [660] "VZFP       Vz Pred by F                                   38.8594 L"               
#> [661] "CLFO       Total CL Obs by F                               3.2029 L/h"             
#> [662] "CLFP       Total CL Pred by F                              3.2043 L/h"             
#> [663] "MRTEVLST   MRT Extravasc to Last Nonzero Conc              8.1694 h"               
#> [664] "MRTEVIFO   MRT Extravasc Infinity Obs                     12.0287 h"               
#> [665] "MRTEVIFP   MRT Extravasc Infinity Pred                    12.0182 h"               
#> [666] ""                                                                                  
#> [667] "ID = 10"                                                                           
#> [668] "                        NONCOMPARTMENTAL ANALYSIS REPORT"                          
#> [669] "                       Package version 0.5.0 (2023-11-19)"                         
#> [670] "                          R version 4.4.1 (2024-06-14)"                            
#> [671] ""                                                                                  
#> [672] "Date and Time: 2025-10-15 16:43:36.105488 Etc/UTC"                                 
#> [673] ""                                                                                  
#> [674] "Calculation Setting"                                                               
#> [675] "-------------------"                                                               
#> [676] "Drug Administration: Extravascular"                                                
#> [677] "Observation count excluding trailing zero: 11"                                     
#> [678] "Dose at time 0: 320 mg"                                                            
#> [679] "AUC Calculation Method: Linear-up Linear-down"                                     
#> [680] "Weighting for lambda z: Uniform (Ordinary Least Square, OLS)"                      
#> [681] "Lambda z selection criterion: Highest adjusted R-squared value with precision=1e-4"
#> [682] ""                                                                                  
#> [683] ""                                                                                  
#> [684] "Fitting, AUC, AUMC Result"                                                         
#> [685] "-------------------------"                                                         
#> [686] "      Time         Conc.      Pred.   Residual       AUC       AUMC"               
#> [687] "---------------------------------------------------------------------"             
#> [688] "     0.0000       0.2400                           0.0000     0.0000"              
#> [689] "     0.3700       2.8900                           0.5790     0.1978"              
#> [690] "     0.7700       5.2200                           2.2011     1.2156"              
#> [691] "     1.0200       6.4100                           3.6548     2.5353"              
#> [692] "     2.0500       7.8300                          10.9884    14.1690"              
#> [693] "     3.5500      10.2100                          24.5184    53.3917"              
#> [694] "     5.0500       9.1800                          39.0609   115.3451"              
#> [695] "     7.0800       8.0200                          56.5189   220.0328"              
#> [696] "     9.3800 *     7.1400     7.0610 +7.903e-02    73.9529   362.3508"              
#> [697] "    12.1000 *     5.6800     5.7586 -7.858e-02    91.3881   546.9044"              
#> [698] "    23.7000 *     2.4200     2.4137 +6.308e-03   138.3681  1278.1800"              
#> [699] ""                                                                                  
#> [700] "*: Used for the calculation of Lambda z."                                          
#> [701] ""                                                                                  
#> [702] ""                                                                                  
#> [703] "Calculated Values"                                                                 
#> [704] "-----------------"                                                                 
#> [705] "CMAX       Max Conc                                       10.2100 mg/L"            
#> [706] "CMAXD      Max Conc Norm by Dose                           0.0319 mg/L/mg"         
#> [707] "TMAX       Time of CMAX                                    3.5500 h"               
#> [708] "TLAG       Time Until First Nonzero Conc                   0.0000 h"               
#> [709] "CLST       Last Nonzero Conc                               2.4200 mg/L"            
#> [710] "CLSTP      Last Nonzero Conc Pred                          2.4137 mg/L"            
#> [711] "TLST       Time of Last Nonzero Conc                      23.7000 h"               
#> [712] "LAMZHL     Half-Life Lambda z                              9.2469 h"               
#> [713] "LAMZ       Lambda z                                        0.0750 /h"              
#> [714] "LAMZLL     Lambda z Lower Limit                            9.3800 h"               
#> [715] "LAMZUL     Lambda z Upper Limit                           23.7000 h"               
#> [716] "LAMZNPT    Number of Points for Lambda z                   3"                      
#> [717] "CORRXY     Correlation Between TimeX and Log ConcY        -0.9998 "                
#> [718] "R2         R Squared                                       0.9995 "                
#> [719] "R2ADJ      R Squared Adjusted                              0.9990 "                
#> [720] "AUCLST     AUC to Last Nonzero Conc                      138.3681 h*mg/L"          
#> [721] "AUCALL     AUC All                                       138.3681 h*mg/L"          
#> [722] "AUCIFO     AUC Infinity Obs                              170.6521 h*mg/L"          
#> [723] "AUCIFOD    AUC Infinity Obs Norm by Dose                   0.5333 h*mg/L/mg"       
#> [724] "AUCIFP     AUC Infinity Pred                             170.5679 h*mg/L"          
#> [725] "AUCIFPD    AUC Infinity Pred Norm by Dose                  0.5330 h*mg/L/mg"       
#> [726] "AUCPEO     AUC %Extrapolation Obs                         18.9180 %"               
#> [727] "AUCPEP     AUC %Extrapolation Pred                        18.8780 %"               
#> [728] "AUMCLST    AUMC to Last Nonzero Conc                    1278.1800 h2*mg/L"         
#> [729] "AUMCIFO    AUMC Infinity Obs                            2473.9934 h2*mg/L"         
#> [730] "AUMCIFP    AUMC Infinity Pred                           2470.8765 h2*mg/L"         
#> [731] "AUMCPEO    AUMC %Extrapolation Obs                        48.3354 %"               
#> [732] "AUMCPEP    AUMC % Extrapolation Pred                      48.2702 %"               
#> [733] "VZFO       Vz Obs by F                                    25.0155 L"               
#> [734] "VZFP       Vz Pred by F                                   25.0279 L"               
#> [735] "CLFO       Total CL Obs by F                               1.8752 L/h"             
#> [736] "CLFP       Total CL Pred by F                              1.8761 L/h"             
#> [737] "MRTEVLST   MRT Extravasc to Last Nonzero Conc              9.2375 h"               
#> [738] "MRTEVIFO   MRT Extravasc Infinity Obs                     14.4973 h"               
#> [739] "MRTEVIFP   MRT Extravasc Infinity Pred                    14.4862 h"               
#> [740] ""                                                                                  
#> [741] "ID = 11"                                                                           
#> [742] "                        NONCOMPARTMENTAL ANALYSIS REPORT"                          
#> [743] "                       Package version 0.5.0 (2023-11-19)"                         
#> [744] "                          R version 4.4.1 (2024-06-14)"                            
#> [745] ""                                                                                  
#> [746] "Date and Time: 2025-10-15 16:43:36.114051 Etc/UTC"                                 
#> [747] ""                                                                                  
#> [748] "Calculation Setting"                                                               
#> [749] "-------------------"                                                               
#> [750] "Drug Administration: Extravascular"                                                
#> [751] "Observation count excluding trailing zero: 11"                                     
#> [752] "Dose at time 0: 320 mg"                                                            
#> [753] "AUC Calculation Method: Linear-up Linear-down"                                     
#> [754] "Weighting for lambda z: Uniform (Ordinary Least Square, OLS)"                      
#> [755] "Lambda z selection criterion: Highest adjusted R-squared value with precision=1e-4"
#> [756] ""                                                                                  
#> [757] ""                                                                                  
#> [758] "Fitting, AUC, AUMC Result"                                                         
#> [759] "-------------------------"                                                         
#> [760] "      Time         Conc.      Pred.   Residual       AUC       AUMC"               
#> [761] "---------------------------------------------------------------------"             
#> [762] "     0.0000       0.0000                           0.0000     0.0000"              
#> [763] "     0.2500       4.8600                           0.6075     0.1519"              
#> [764] "     0.5000       7.2400                           2.1200     0.7563"              
#> [765] "     0.9800       8.0000                           5.7776     3.5067"              
#> [766] "     1.9800       6.8100                          13.1826    14.1686"              
#> [767] "     3.6000       5.8700                          23.4534    42.2073"              
#> [768] "     5.0200       5.2200                          31.3273    75.8162"              
#> [769] "     7.0300       4.4500                          41.0457   133.5915"              
#> [770] "     9.0300 *     3.6200     3.6169 +3.150e-03    49.1156   197.5636"              
#> [771] "    12.1200 *     2.6900     2.6929 -2.948e-03    58.8646   298.4388"              
#> [772] "    24.0800 *     0.8600     0.8598 +1.934e-04    80.0936   617.2422"              
#> [773] ""                                                                                  
#> [774] "*: Used for the calculation of Lambda z."                                          
#> [775] ""                                                                                  
#> [776] ""                                                                                  
#> [777] "Calculated Values"                                                                 
#> [778] "-----------------"                                                                 
#> [779] "CMAX       Max Conc                                        8.0000 mg/L"            
#> [780] "CMAXD      Max Conc Norm by Dose                           0.0250 mg/L/mg"         
#> [781] "TMAX       Time of CMAX                                    0.9800 h"               
#> [782] "TLAG       Time Until First Nonzero Conc                   0.0000 h"               
#> [783] "CLST       Last Nonzero Conc                               0.8600 mg/L"            
#> [784] "CLSTP      Last Nonzero Conc Pred                          0.8598 mg/L"            
#> [785] "TLST       Time of Last Nonzero Conc                      24.0800 h"               
#> [786] "LAMZHL     Half-Life Lambda z                              7.2612 h"               
#> [787] "LAMZ       Lambda z                                        0.0955 /h"              
#> [788] "LAMZLL     Lambda z Lower Limit                            9.0300 h"               
#> [789] "LAMZUL     Lambda z Upper Limit                           24.0800 h"               
#> [790] "LAMZNPT    Number of Points for Lambda z                   3"                      
#> [791] "CORRXY     Correlation Between TimeX and Log ConcY        -1.0000 "                
#> [792] "R2         R Squared                                       1.0000 "                
#> [793] "R2ADJ      R Squared Adjusted                              1.0000 "                
#> [794] "AUCLST     AUC to Last Nonzero Conc                       80.0936 h*mg/L"          
#> [795] "AUCALL     AUC All                                        80.0936 h*mg/L"          
#> [796] "AUCIFO     AUC Infinity Obs                               89.1027 h*mg/L"          
#> [797] "AUCIFOD    AUC Infinity Obs Norm by Dose                   0.2784 h*mg/L/mg"       
#> [798] "AUCIFP     AUC Infinity Pred                              89.1007 h*mg/L"          
#> [799] "AUCIFPD    AUC Infinity Pred Norm by Dose                  0.2784 h*mg/L/mg"       
#> [800] "AUCPEO     AUC %Extrapolation Obs                         10.1110 %"               
#> [801] "AUCPEP     AUC %Extrapolation Pred                        10.1089 %"               
#> [802] "AUMCLST    AUMC to Last Nonzero Conc                     617.2422 h2*mg/L"         
#> [803] "AUMCIFO    AUMC Infinity Obs                             928.5600 h2*mg/L"         
#> [804] "AUMCIFP    AUMC Infinity Pred                            928.4900 h2*mg/L"         
#> [805] "AUMCPEO    AUMC %Extrapolation Obs                        33.5269 %"               
#> [806] "AUMCPEP    AUMC % Extrapolation Pred                      33.5219 %"               
#> [807] "VZFO       Vz Obs by F                                    37.6222 L"               
#> [808] "VZFP       Vz Pred by F                                   37.6230 L"               
#> [809] "CLFO       Total CL Obs by F                               3.5914 L/h"             
#> [810] "CLFP       Total CL Pred by F                              3.5914 L/h"             
#> [811] "MRTEVLST   MRT Extravasc to Last Nonzero Conc              7.7065 h"               
#> [812] "MRTEVIFO   MRT Extravasc Infinity Obs                     10.4212 h"               
#> [813] "MRTEVIFP   MRT Extravasc Infinity Pred                    10.4207 h"               
#> [814] ""                                                                                  
#> [815] "ID = 12"                                                                           
#> [816] "                        NONCOMPARTMENTAL ANALYSIS REPORT"                          
#> [817] "                       Package version 0.5.0 (2023-11-19)"                         
#> [818] "                          R version 4.4.1 (2024-06-14)"                            
#> [819] ""                                                                                  
#> [820] "Date and Time: 2025-10-15 16:43:36.118833 Etc/UTC"                                 
#> [821] ""                                                                                  
#> [822] "Calculation Setting"                                                               
#> [823] "-------------------"                                                               
#> [824] "Drug Administration: Extravascular"                                                
#> [825] "Observation count excluding trailing zero: 11"                                     
#> [826] "Dose at time 0: 320 mg"                                                            
#> [827] "AUC Calculation Method: Linear-up Linear-down"                                     
#> [828] "Weighting for lambda z: Uniform (Ordinary Least Square, OLS)"                      
#> [829] "Lambda z selection criterion: Highest adjusted R-squared value with precision=1e-4"
#> [830] ""                                                                                  
#> [831] ""                                                                                  
#> [832] "Fitting, AUC, AUMC Result"                                                         
#> [833] "-------------------------"                                                         
#> [834] "      Time         Conc.      Pred.   Residual       AUC       AUMC"               
#> [835] "---------------------------------------------------------------------"             
#> [836] "     0.0000       0.0000                           0.0000     0.0000"              
#> [837] "     0.2500       1.2500                           0.1563     0.0391"              
#> [838] "     0.5000       3.9600                           0.8075     0.3256"              
#> [839] "     1.0000       7.8200                           3.7525     2.7756"              
#> [840] "     2.0000       9.7200                          12.5225    16.4056"              
#> [841] "     3.5200       9.7500                          27.3197    57.2632"              
#> [842] "     5.0700       8.5700                          41.5177   117.5349"              
#> [843] "     7.0700       6.5900                          56.6777   207.5761"              
#> [844] "     9.0300 *     6.1100     6.2267 -1.167e-01    69.1237   307.3054"              
#> [845] "    12.0500 *     4.5700     4.4632 +1.068e-01    85.2505   473.7705"              
#> [846] "    24.1500 *     1.1700     1.1755 -5.539e-03   119.9775   977.8807"              
#> [847] ""                                                                                  
#> [848] "*: Used for the calculation of Lambda z."                                          
#> [849] ""                                                                                  
#> [850] ""                                                                                  
#> [851] "Calculated Values"                                                                 
#> [852] "-----------------"                                                                 
#> [853] "CMAX       Max Conc                                        9.7500 mg/L"            
#> [854] "CMAXD      Max Conc Norm by Dose                           0.0305 mg/L/mg"         
#> [855] "TMAX       Time of CMAX                                    3.5200 h"               
#> [856] "TLAG       Time Until First Nonzero Conc                   0.0000 h"               
#> [857] "CLST       Last Nonzero Conc                               1.1700 mg/L"            
#> [858] "CLSTP      Last Nonzero Conc Pred                          1.1755 mg/L"            
#> [859] "TLST       Time of Last Nonzero Conc                      24.1500 h"               
#> [860] "LAMZHL     Half-Life Lambda z                              6.2865 h"               
#> [861] "LAMZ       Lambda z                                        0.1103 /h"              
#> [862] "LAMZLL     Lambda z Lower Limit                            9.0300 h"               
#> [863] "LAMZUL     Lambda z Upper Limit                           24.1500 h"               
#> [864] "LAMZNPT    Number of Points for Lambda z                   3"                      
#> [865] "CORRXY     Correlation Between TimeX and Log ConcY        -0.9997 "                
#> [866] "R2         R Squared                                       0.9994 "                
#> [867] "R2ADJ      R Squared Adjusted                              0.9988 "                
#> [868] "AUCLST     AUC to Last Nonzero Conc                      119.9775 h*mg/L"          
#> [869] "AUCALL     AUC All                                       119.9775 h*mg/L"          
#> [870] "AUCIFO     AUC Infinity Obs                              130.5888 h*mg/L"          
#> [871] "AUCIFOD    AUC Infinity Obs Norm by Dose                   0.4081 h*mg/L/mg"       
#> [872] "AUCIFP     AUC Infinity Pred                             130.6391 h*mg/L"          
#> [873] "AUCIFPD    AUC Infinity Pred Norm by Dose                  0.4082 h*mg/L/mg"       
#> [874] "AUCPEO     AUC %Extrapolation Obs                          8.1258 %"               
#> [875] "AUCPEP     AUC %Extrapolation Pred                         8.1611 %"               
#> [876] "AUMCLST    AUMC to Last Nonzero Conc                     977.8807 h2*mg/L"         
#> [877] "AUMCIFO    AUMC Infinity Obs                            1330.3840 h2*mg/L"         
#> [878] "AUMCIFP    AUMC Infinity Pred                           1332.0528 h2*mg/L"         
#> [879] "AUMCPEO    AUMC %Extrapolation Obs                        26.4964 %"               
#> [880] "AUMCPEP    AUMC % Extrapolation Pred                      26.5884 %"               
#> [881] "VZFO       Vz Obs by F                                    22.2243 L"               
#> [882] "VZFP       Vz Pred by F                                   22.2157 L"               
#> [883] "CLFO       Total CL Obs by F                               2.4504 L/h"             
#> [884] "CLFP       Total CL Pred by F                              2.4495 L/h"             
#> [885] "MRTEVLST   MRT Extravasc to Last Nonzero Conc              8.1505 h"               
#> [886] "MRTEVIFO   MRT Extravasc Infinity Obs                     10.1876 h"               
#> [887] "MRTEVIFP   MRT Extravasc Infinity Pred                    10.1964 h"               
#> [888] ""