We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a596dd commit 84edb3aCopy full SHA for 84edb3a
tests/testthat/test-model_performance.bayesian.R
@@ -45,7 +45,7 @@ test_that("model_performance.brmsfit", {
45
perf <- model_performance(model)
46
})
47
expect_equal(perf$R2, 0.8262673, tolerance = 1e-3)
48
- expect_equal(perf$R2_adjusted, 0.7982615, tolerance = 1e-3)
+ expect_equal(perf$R2_adjusted, 0.792831, tolerance = 1e-3)
49
expect_equal(perf$ELPD, -78.59823, tolerance = 1e-3)
50
expect_identical(colnames(perf), c(
51
"ELPD", "ELPD_SE", "LOOIC", "LOOIC_SE", "WAIC", "R2", "R2_adjusted",
0 commit comments