R version 4.6.0 beta (2026-04-12 r89874 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(morpheus) > > test_check("morpheus") logit : Reference normalized matrix: [,1] [,2] [1,] 1 0 [2,] 0 1 Estimated normalized matrix: [,1] [,2] [1,] 0.9928061 -0.1210568 [2,] 0.1197333 0.9926456 Difference norm (Matrix norm ||.||_1, max. abs. sum on a column) 0.1284113 probit : Reference normalized matrix: [,1] [,2] [1,] 1 0 [2,] 0 1 Estimated normalized matrix: [,1] [,2] [1,] 0.99874396 0.02820509 [2,] 0.05010489 0.99960216 Difference norm (Matrix norm ||.||_1, max. abs. sum on a column) 0.05136093 logit : Reference normalized matrix: [,1] [,2] [1,] 0.4472136 0.9486833 [2,] -0.8944272 0.3162278 Estimated normalized matrix: [,1] [,2] [1,] 0.4234132 0.9482135 [2,] -0.9059367 0.3176338 Difference norm (Matrix norm ||.||_1, max. abs. sum on a column) 0.03530994 probit : Reference normalized matrix: [,1] [,2] [1,] 0.4472136 0.9486833 [2,] -0.8944272 0.3162278 Estimated normalized matrix: [,1] [,2] [1,] 0.4559649 0.9502312 [2,] -0.8899978 0.3115456 Difference norm (Matrix norm ||.||_1, max. abs. sum on a column) 0.01318068 [ FAIL 0 | WARN 0 | SKIP 1 | PASS 315 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): 'test-jointDiag.R:31:1' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 315 ] > > proc.time() user system elapsed 6.81 0.79 7.59