R version 4.4.0 beta (2024-04-11 r86406 ucrt) -- "Puppy Cup" Copyright (C) 2024 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 Dependent variable is wt 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 3 | SKIP 0 | PASS 55 ] [ FAIL 0 | WARN 3 | SKIP 0 | PASS 55 ] > > proc.time() user system elapsed 5.00 0.35 5.37