aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/test_confidence.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2021-02-06 09:23:48 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2021-02-06 09:23:48 +0100
commitdf2beb74dcb6a65d6b066b55ccd7373dd79a6dab (patch)
tree77cabd09deb7bd07c0a1129f39dcde245245b8da /tests/testthat/test_confidence.R
parentac183c732317cf6ede26a2ee127604a407f0a6b3 (diff)
Address issue revealed by additional tests on CRAN
Remove tests relying on non-convergence of the FOMC fit to the FOCUS A dataset, as this is platform dependent. After the upgrade, the fit converges on this system as well, although neither ATLAS is used, nor R was configured disabling long doubles (these were the conditions under which the tests failed on CRAN).
Diffstat (limited to 'tests/testthat/test_confidence.R')
-rw-r--r--tests/testthat/test_confidence.R9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/testthat/test_confidence.R b/tests/testthat/test_confidence.R
index 54be675c..36e9738d 100644
--- a/tests/testthat/test_confidence.R
+++ b/tests/testthat/test_confidence.R
@@ -1,14 +1,5 @@
context("Confidence intervals and p-values")
-test_that("Some special cases of confidence interval calculation work", {
-
- tmp <- expect_warning(mkinfit("FOMC", FOCUS_2006_A, quiet = TRUE), "not converge")
-
- expect_equivalent(
- confint(tmp, transform = FALSE),
- matrix(rep(NA, 8), nrow = 4))
-})
-
test_that("The confint method 'quadratic' is consistent with the summary", {
expect_equivalent(
confint(fit_nw_1, parm = "parent_0", method = "quadratic"),

Contact - Imprint