R version 4.6.0 beta (2026-04-16 r89899 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.99943158 0.06578645 [2,] 0.03371221 0.99783372 Difference norm (Matrix norm ||.||_1, max. abs. sum on a column) 0.06795273 probit : Reference normalized matrix: [,1] [,2] [1,] 1 0 [2,] 0 1 Estimated normalized matrix: [,1] [,2] [1,] 0.9973618 0.03877971 [2,] -0.0725909 0.99924778 Difference norm (Matrix norm ||.||_1, max. abs. sum on a column) 0.0752291 logit : Reference normalized matrix: [,1] [,2] [1,] 0.4472136 0.9486833 [2,] -0.8944272 0.3162278 Estimated normalized matrix: [,1] [,2] [1,] 0.5280919 0.9346904 [2,] -0.8491872 0.3554629 Difference norm (Matrix norm ||.||_1, max. abs. sum on a column) 0.1261183 probit : Reference normalized matrix: [,1] [,2] [1,] 0.4472136 0.9486833 [2,] -0.8944272 0.3162278 Estimated normalized matrix: [,1] [,2] [1,] 0.4374374 0.9583171 [2,] -0.8992489 0.2857067 Difference norm (Matrix norm ||.||_1, max. abs. sum on a column) 0.04015493 [ 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.51 0.85 7.36