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(rardl) > > test_check("rardl") Rolling/Recursive ARDL Analysis (rardl) Type: recursive Dependent variable : y Independent vars : x1 Total observations : 50 Initial obs : 20 -------------------------------------------------------------- Critical values: F_cv.95% : 6.7991 t_cv.5% : -3.5288 -------------------------------------------------------------- Test statistics (first 10 windows): [ 20] F_pss=1.8201 t_pss=-1.4618 F_ind=0.6140 [ 21] F_pss=1.3018 t_pss=-1.4399 F_ind=1.0865 [ 22] F_pss=0.6013 t_pss=-1.0081 F_ind=0.6117 [ 23] F_pss=0.5364 t_pss=-0.9081 F_ind=0.4310 [ 24] F_pss=2.5863 t_pss=-1.9608 F_ind=1.7726 [ 25] F_pss=1.7170 t_pss=-1.5090 F_ind=0.8204 [ 26] F_pss=1.7863 t_pss=-1.5193 F_ind=0.7670 [ 27] F_pss=1.9166 t_pss=-1.5629 F_ind=0.7353 [ 28] F_pss=2.9083 t_pss=-2.0469 F_ind=1.4499 [ 29] F_pss=3.2224 t_pss=-2.1522 F_ind=1.5953 ... (21 more rows) -------------------------------------------------------------- -------------------------------------------------------------- Rolling/Recursive ARDL Analysis (rardl) Type: recursive Dependent variable : y Independent vars : x1 Total observations : 50 Initial obs : 20 -------------------------------------------------------------- Critical values: F_cv.95% : 6.7991 t_cv.5% : -3.5288 -------------------------------------------------------------- Test statistics (first 10 windows): [ 20] F_pss=1.8201 t_pss=-1.4618 F_ind=0.6140 [ 21] F_pss=1.3018 t_pss=-1.4399 F_ind=1.0865 [ 22] F_pss=0.6013 t_pss=-1.0081 F_ind=0.6117 [ 23] F_pss=0.5364 t_pss=-0.9081 F_ind=0.4310 [ 24] F_pss=2.5863 t_pss=-1.9608 F_ind=1.7726 [ 25] F_pss=1.7170 t_pss=-1.5090 F_ind=0.8204 [ 26] F_pss=1.7863 t_pss=-1.5193 F_ind=0.7670 [ 27] F_pss=1.9166 t_pss=-1.5629 F_ind=0.7353 [ 28] F_pss=2.9083 t_pss=-2.0469 F_ind=1.4499 [ 29] F_pss=3.2224 t_pss=-2.1522 F_ind=1.5953 ... (21 more rows) -------------------------------------------------------------- [ FAIL 0 | WARN 0 | SKIP 0 | PASS 13 ] > > proc.time() user system elapsed 4.43 0.32 4.75