R Under development (unstable) (2026-09-08 r90509 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(bifactory) > > test_check("bifactory") Note: ordered = TRUE detected. CFA (R) -> WLSMV with polychoric correlations ESEM (R) -> efa() block + WLSMV + target rotation BESEM (R) -> Bifactor WLSMV (bifactory custom polychoric + orthogonal target rotation) All Mplus -> WLSMV with CATEGORICAL block All models use WLSMV consistently. Missing -> "pairwise" (all available pairs per polychoric; 301/301 complete, 0 with >=1 NA) Multi-group model: group = 'school' (2 groups: Grant-White, Pasteur) ====================================================== esem -- Standardized Parameters (STDYX) ====================================================== X2(12)=23.864 CFI=0.986 TLI=0.958 RMSEA=0.057 SRMR=0.016 Factor Item Std.Est SE z p ---------- ------------ ------- ----- ------ ------ F1 x1 0.611 0.082 7.48 <.001 *** x2 0.534 0.092 5.83 <.001 *** x3 0.705 0.079 8.88 <.001 *** x4 0.009 0.009 0.98 0.3291 x5 -0.083 0.090 -0.93 0.3530 x6 0.069 0.079 0.87 0.3835 x7 -0.255 0.136 -1.88 0.0597 . x8 0.011 0.008 1.39 0.1649 x9 0.312 0.076 4.13 <.001 *** F2 x1 0.170 0.085 2.00 0.0458 * x2 0.033 0.083 0.40 0.6899 x3 -0.094 0.096 -0.99 0.3235 x4 0.844 0.032 26.04 <.001 *** x5 0.895 0.045 19.97 <.001 *** x6 0.810 0.041 19.66 <.001 *** x7 0.010 0.012 0.87 0.3865 x8 -0.074 0.066 -1.12 0.2613 x9 -0.002 0.008 -0.29 0.7727 F3 x1 0.012 0.044 0.28 0.7780 x2 -0.141 0.079 -1.79 0.0729 . x3 0.002 0.044 0.04 0.9719 x4 0.004 0.054 0.07 0.9465 x5 0.009 0.031 0.29 0.7731 x6 -0.015 0.035 -0.44 0.6603 x7 0.775 0.130 5.96 <.001 *** x8 0.744 0.076 9.83 <.001 *** x9 0.481 0.060 8.00 <.001 *** ====================================================== esem -- Standardized Parameters (STDYX) ====================================================== X2(12)=23.864 CFI=0.986 TLI=0.958 RMSEA=0.057 SRMR=0.016 Factor Item Std.Est SE z p ---------- ------------ ------- ----- ------ ------ F1 x1 0.611 0.082 7.48 <.001 *** x2 0.534 0.092 5.83 <.001 *** x3 0.705 0.079 8.88 <.001 *** x4 0.009 0.009 0.98 0.3291 x5 -0.083 0.090 -0.93 0.3530 x6 0.069 0.079 0.87 0.3835 x7 -0.255 0.136 -1.88 0.0597 . x8 0.011 0.008 1.39 0.1649 x9 0.312 0.076 4.13 <.001 *** F2 x1 0.170 0.085 2.00 0.0458 * x2 0.033 0.083 0.40 0.6899 x3 -0.094 0.096 -0.99 0.3235 x4 0.844 0.032 26.04 <.001 *** x5 0.895 0.045 19.97 <.001 *** x6 0.810 0.041 19.66 <.001 *** x7 0.010 0.012 0.87 0.3865 x8 -0.074 0.066 -1.12 0.2613 x9 -0.002 0.008 -0.29 0.7727 F3 x1 0.012 0.044 0.28 0.7780 x2 -0.141 0.079 -1.79 0.0729 . x3 0.002 0.044 0.04 0.9719 x4 0.004 0.054 0.07 0.9465 x5 0.009 0.031 0.29 0.7731 x6 -0.015 0.035 -0.44 0.6603 x7 0.775 0.130 5.96 <.001 *** x8 0.744 0.076 9.83 <.001 *** x9 0.481 0.060 8.00 <.001 *** [ FAIL 0 | WARN 0 | SKIP 17 | PASS 97 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-align_loadings.R:31:3', 'test-compare.R:5:1', 'test-console_colour.R:11:3', 'test-ewc.R:6:1', 'test-inv_notes.R:20:3', 'test-inv_notes.R:108:3', 'test-invariance.R:6:1', 'test-parallel_starts.R:9:3', 'test-parallel_starts.R:22:3', 'test-parallel_starts.R:42:3', 'test-partial_invariance.R:7:1', 'test-reliability.R:27:3', 'test-reliability.R:41:3', 'test-reliability.R:53:3', 'test-reliability.R:74:3', 'test-reliability.R:83:3', 'test-srmr.R:7:1' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 97 ] > > proc.time() user system elapsed 24.06 2.95 27.03