From 5b7fe232e5cbeabbedf8b48d61a3182a831bc6ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98ystein=20S=C3=B8rensen?= Date: Wed, 3 Jun 2026 10:10:58 +0200 Subject: [PATCH] Update VarCorr snapshots for lme4 output --- tests/testthat/_snaps/galamm-lmm.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/testthat/_snaps/galamm-lmm.md b/tests/testthat/_snaps/galamm-lmm.md index a925b663..75c2e982 100644 --- a/tests/testthat/_snaps/galamm-lmm.md +++ b/tests/testthat/_snaps/galamm-lmm.md @@ -3,10 +3,10 @@ Code print(VarCorr(mod), digits = 2) Output - Groups Name Std.Dev. Variance - sid:school abil.sid 0.24 0.055 - school abil.sid 0.21 0.046 - Residual 0.37 0.137 + Groups Name Variance Std.Dev. + sid:school abil.sid 0.055 0.24 + school abil.sid 0.046 0.21 + Residual 0.137 0.37 --- @@ -79,10 +79,10 @@ Code print(VarCorr(mod), digits = 2) Output - Groups Name Std.Dev. Variance - sid:school abil.sid 0.24 0.055 - school abil.sid 0.21 0.046 - Residual 0.37 0.137 + Groups Name Variance Std.Dev. + sid:school abil.sid 0.055 0.24 + school abil.sid 0.046 0.21 + Residual 0.137 0.37 ---