R Under development (unstable) (2026-03-04 r89536 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(rrobot) > > tests_dir <- "testthat" > if (!endsWith(getwd(), "tests")) { tests_dir <- file.path("tests", tests_dir) } > > source(file.path(tests_dir, "test-rrobot.R")) Test passed with 4 successes 🥇. Test passed with 2 successes 😸. Test passed with 5 successes 🎉. Test passed with 5 successes 😀. Test passed with 2 successes 😸. Single Imputation (SI) Results ============================== SI Threshold: 414.7449 Number of observations: 193 Robust subset size: 109 Outliers detected: 2 (1%) Single Imputation Bootstrap (SI_boot) Results ============================================= Bootstrap samples: 50 Confidence Interval: Lower bound (threshold): 385.1225 Upper bound: 505.8423 Multiple Imputation (MI) Results ================================ Number of imputations: 3 Threshold summary: Min: 406.0723 Mean: 418.4524 Max: 430.0409 Final threshold: 406.7309 Multiple Imputation Bootstrap (MI_boot) Results =============================================== Total bootstrap samples: 150 Final threshold: 358.8094 Flagged outliers: 2133 (10665%) Hardin & Rocke F-Distribution Results ==================================== F-distribution threshold: 90.739 Degrees of freedom: 24, 56.06 Consistency factor (c): 0.7979 Scale factor: 0.0236 Estimated m parameter: 79.06 Test passed with 25 successes 🌈. Test passed with 8 successes 😸. > > proc.time() user system elapsed 14.64 0.73 15.20