R version 4.6.0 RC (2026-04-21 r89932 ucrt) -- "Because it was There" 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(babebi) > > test_check("babebi") babebi model fit ---------------- beta (pre-post, ref rater): 0.700 gamma (rater discrepancy): -0.050 95% CI for beta: [0.531, 0.869] Pr(beta > 0): 1.000 BF10 (BIC): 95170.075 log(BF10): 11.463 Calibrated design ----------------- N: 4 delta: 0.675 bias_r2: 0.175 Summary of babebi model fit --------------------------- parameter estimate beta 0.700 gamma -0.050 parameter ci_low ci_high p_pos beta 0.531 0.869 1.000 bf10 log_bf10 95170.075 11.463 N delta bias_r2 4 0.675 0.175 babebi Monte Carlo validation ----------------------------- N: 4 delta: 0.675 bias_r2: 0.175 R: 25 bias: 0.026 RMSE: 0.386 coverage: 0.920 mean Pr(beta > 0): 0.869 mean BF10: 1134.739 log(mean BF10): 7.034 Calibrated design from observed data ------------------------------------ N: 4 delta: 0.675 bias_r2: 0.175 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 129 ] > > proc.time() user system elapsed 2.12 0.35 2.48