Skip to content

Commit

Permalink
Update test-p_significance.R
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 16, 2024
1 parent 22566e0 commit b70ecbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test-p_significance.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ test_that("brms", {
tolerance = 0.01
)

out <- p_significance(m2, threshold = list(1, "default", 2), effects = "all")
expect_equal(
p_significance(m2, threshold = list(1, "default", 2), effects = "all")$ps,
out$ps,
c(1.00000, 0.99850, 0.12275),
tolerance = 0.01
)
Expand Down

0 comments on commit b70ecbf

Please sign in to comment.