Skip to content

Commit

Permalink
update snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 6, 2024
1 parent 3b3a157 commit 193a8a9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 133 deletions.
5 changes: 3 additions & 2 deletions tests/testthat/_snaps/model_parameters.fixest.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# model_parameters.fixest

Code
model_parameters(m1, summary = TRUE, verbose = FALSE)
model_parameters(m1, include_info = TRUE, verbose = FALSE)
Output
# Fixed Effects
Expand All @@ -11,6 +11,7 @@
phq4 | -3.66 | 0.67 | [-4.98, -2.34] | -5.45 | < .001
Model: QoL ~ time + phq4 (564 Observations)
Residual standard deviation: 12.365 (df = 561)
Sigma: 12.365 (df = 561)
r2: 0.743; ar2: 0.613; wr2: 0.180; war2: 0.175
RMSE : 10.069

17 changes: 0 additions & 17 deletions tests/testthat/_snaps/model_parameters.fixest.new.md

This file was deleted.

3 changes: 2 additions & 1 deletion tests/testthat/_snaps/model_parameters.glm.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
wt | -5.34 | 0.56 | [-6.49, -4.20] | -9.56 | < .001
Model: mpg ~ wt (32 Observations)
Residual standard deviation: 3.046 (df = 30)
Sigma: 3.046 (df = 30)
R2: 0.753; adjusted R2: 0.745
RMSE : 2.949

---

Expand Down
39 changes: 0 additions & 39 deletions tests/testthat/_snaps/model_parameters.glm.new.md

This file was deleted.

5 changes: 3 additions & 2 deletions tests/testthat/_snaps/model_parameters.mixed.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
---

Code
model_parameters(m1, effects = "fixed", summary = TRUE)
model_parameters(m1, effects = "fixed", include_info = TRUE)
Output
# Fixed Effects
Expand All @@ -62,8 +62,9 @@
cyl | 0.40 | 0.08 | [ 0.25, 0.56] | 5.29 | < .001
Model: wt ~ cyl (32 Observations)
Residual standard deviation: 0.594 (df = 28)
Sigma: 0.594 (df = 28)
Conditional R2: 0.628; Marginal R2: 0.550
RMSE : 0.564
Message
Uncertainty intervals (equal-tailed) and p-values (two-tailed) computed
Expand Down
72 changes: 0 additions & 72 deletions tests/testthat/_snaps/model_parameters.mixed.new.md

This file was deleted.

0 comments on commit 193a8a9

Please sign in to comment.