R Under development (unstable) (2026-03-16 r89642 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(aardl) > > test_check("aardl") Augmented ARDL (A-ARDL) ----------------------------------------------------------------- Dependent variable : y Independent vars : x1 N (used) : 56 Optimal p : 2 q[x1] : 0 R-squared : 0.136794 Adj. R-squared : 0.033209 AIC : 144.0827 BIC : 156.2348 ----------------------------------------------------------------- Augmented 3-Test Cointegration Framework (Sam et al. 2019) ----------------------------------------------------------------- F_overall (F_pss) : 1.3153 p = 0.2775 t_DV (t_pss) : -1.5707 p = 0.1226 F_ind : 0.1536 p = 0.6967 ----------------------------------------------------------------- >>> NO cointegration ----------------------------------------------------------------- Long-run / EC-form coefficients: ADJ : -0.1215 LR.x1 : 0.2015 ----------------------------------------------------------------- *** p<0.01, ** p<0.05, * p<0.10 ----------------------------------------------------------------- Augmented ARDL (A-ARDL) ----------------------------------------------------------------- Dependent variable : y Independent vars : x1 N (used) : 56 Optimal p : 2 q[x1] : 0 R-squared : 0.136794 Adj. R-squared : 0.033209 AIC : 144.0827 BIC : 156.2348 ----------------------------------------------------------------- Augmented 3-Test Cointegration Framework (Sam et al. 2019) ----------------------------------------------------------------- F_overall (F_pss) : 1.3153 p = 0.2775 t_DV (t_pss) : -1.5707 p = 0.1226 F_ind : 0.1536 p = 0.6967 ----------------------------------------------------------------- >>> NO cointegration ----------------------------------------------------------------- Long-run / EC-form coefficients: ADJ : -0.1215 LR.x1 : 0.2015 ----------------------------------------------------------------- *** p<0.01, ** p<0.05, * p<0.10 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 7 ] > > proc.time() user system elapsed 0.84 0.21 1.04