R Under development (unstable) (2026-02-25 r89481 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. > Sys.setenv("OMP_THREAD_LIMIT" = 2) > > library(testthat) > library(miceFast) > library(data.table) Attaching package: 'data.table' The following object is masked from 'package:base': %notin% > library(dplyr) Attaching package: 'dplyr' The following objects are masked from 'package:data.table': between, first, last The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union > library(magrittr) Attaching package: 'magrittr' The following objects are masked from 'package:testthat': equals, is_less_than, not > > test_check("miceFast") Pooled results from 10 imputed datasets Rubin's rules with Barnard-Rubin df adjustment Complete-data df: 150 Coefficients: term estimate std.error statistic df p.value conf.low conf.high (Intercept) -55.038 21.1261 -2.605 112.06 1.043e-02 -96.896 -13.180 Wind -3.322 0.6835 -4.861 51.09 1.154e-05 -4.694 -1.950 Temp 1.670 0.2239 7.462 118.15 1.581e-11 1.227 2.114 Pooling diagnostics: term ubar b t riv lambda fmi (Intercept) 397.35843 44.501519 446.31010 0.1232 0.10968 0.1252 Wind 0.32742 0.126991 0.46711 0.4266 0.29905 0.3250 Temp 0.04536 0.004323 0.05011 0.1048 0.09489 0.1098 Pooled results from 20 imputed datasets Rubin's rules with Barnard-Rubin df adjustment Complete-data df: 150 Coefficients: term estimate std.error statistic df p.value conf.low conf.high (Intercept) -48.542 23.1763 -2.094 83.40 3.925e-02 -94.635 -2.448 Wind -3.394 0.6407 -5.297 99.81 7.029e-07 -4.665 -2.123 Temp 1.600 0.2476 6.464 83.42 6.511e-09 1.108 2.093 Pooling diagnostics: term ubar b t riv lambda fmi (Intercept) 407.19468 123.75748 537.14003 0.3191 0.2419 0.2595 Wind 0.33553 0.07138 0.41048 0.2234 0.1826 0.1985 Temp 0.04648 0.01412 0.06131 0.3190 0.2418 0.2594 Pooled results from 5 imputed datasets Rubin's rules with Barnard-Rubin df adjustment term estimate std.error statistic df p.value (Intercept) 1.011 0.2562 3.947 15.48 1.222e-03 x1 1.668 0.2007 8.308 43.72 1.533e-10 x2 2.188 0.2853 7.669 11.81 6.360e-06 Pooled results from 5 imputed datasets Rubin's rules with Barnard-Rubin df adjustment Complete-data df: 197 Coefficients: term estimate std.error statistic df p.value conf.low conf.high (Intercept) 1.027 0.1902 5.398 121.33 3.401e-07 0.6501 1.403 x1 1.612 0.2001 8.054 33.78 2.280e-09 1.2048 2.018 x2 2.225 0.2227 9.987 33.66 1.347e-11 1.7717 2.677 Pooling diagnostics: term ubar b t riv lambda fmi (Intercept) 0.03253 0.003039 0.03618 0.1121 0.1008 0.1153 x1 0.02808 0.009962 0.04003 0.4258 0.2986 0.3368 x2 0.03476 0.012373 0.04961 0.4271 0.2993 0.3375 [ FAIL 0 | WARN 3 | SKIP 0 | PASS 311 ] [ FAIL 0 | WARN 3 | SKIP 0 | PASS 311 ] > > proc.time() user system elapsed 18.85 1.50 20.34