R version 4.5.0 RC (2025-04-03 r88103 ucrt) -- "How About a Twenty-Six" 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(lucid) > > test_check("lucid") id P1 P2 P3 1 A a -1 3.3175e-140 2 B b 0 1.0637e-165 3 C c 1 1.1279e-157 id P1 P2 1 A a -1 2 B b 0 3 C c 1 P3 1 0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000332 2 0 3 0 effect variance stddev (Intercept) 615.3 24.81 Residual 16.17 4.021 grp var1 var2 vcov sdcor Rail (Intercept) 615.3 24.81 Residual 16.17 4.021 grp var1 var2 vcov sdcor Rail (Intercept) 1.638 1.28 Residual 11.11 3.333 iteration LogLik wall cpu(sec) restrained 1 -5.78344 5:23:3 0 0 2 1.8756 5:23:3 0 0 3 8.51187 5:23:3 0 0 4 9.74181 5:23:3 0 0 5 9.75215 5:23:3 0 0 6 9.75225 5:23:3 0 0 effect VarComp VarCompSE Zratio Constr Rail.travel-travel 615.3 392.3 1.6 P units.travel-travel 16.17 6.602 2.4 P [ FAIL 0 | WARN 1 | SKIP 2 | PASS 22 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • empty test (2): 'test_lucid.r:150:1', 'test_vc.r:74:1' [ FAIL 0 | WARN 1 | SKIP 2 | PASS 22 ] > > proc.time() user system elapsed 2.57 0.35 2.95