R Under development (unstable) (2025-05-18 r88216 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(konfound) Sensitivity analysis as described in Frank, Maroulis, Duong, and Kelcey (2013) and in Frank (2000). For more information visit http://konfound-it.com. > > test_check("konfound") Dependent variable is mpg X represents wt, Y represents mpg, v represents each covariate. First table is based on unconditional correlations, second table is based on partial correlations. Dependent variable is wt X represents my_var, Y represents wt, v represents each covariate. First table is based on unconditional correlations, second table is based on partial correlations. Using the absolute value of the estimated effect, results can be interpreted by symmetry. Using the absolute value of the estimated effect, results can be interpreted by symmetry. Using the absolute value of the estimated effect, results can be interpreted by symmetry. [ FAIL 0 | WARN 5 | SKIP 0 | PASS 183 ] [ FAIL 0 | WARN 5 | SKIP 0 | PASS 183 ] > > proc.time() user system elapsed 9.62 0.54 10.15