aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/test_irls.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-09-20 22:03:13 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2018-09-20 22:03:13 +0200
commit9812feb39b079fec535f5affc6adaefc23bf6d9e (patch)
tree60d2076416ed6e3ac640ef5853de2f64e108ff43 /tests/testthat/test_irls.R
parent72aa423cef7ba610d76220ec3a2697ffbf48417a (diff)
Fix tests
Diffstat (limited to 'tests/testthat/test_irls.R')
-rw-r--r--tests/testthat/test_irls.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_irls.R b/tests/testthat/test_irls.R
index b6b91d43..ffa2bb26 100644
--- a/tests/testthat/test_irls.R
+++ b/tests/testthat/test_irls.R
@@ -42,7 +42,7 @@ test_that("Reweighting method 'obs' works", {
test_that("Reweighting method 'tc' works", {
skip_on_cran()
- skip()
+ skip("IRLS reweighting with method 'tc' is currently under construction")
fit_irls_2 <- mkinfit(m_synth_DFOP_par, DFOP_par_c, reweight.method = "tc", quiet = TRUE)
parms_2 <- signif(fit_irls_2$bparms.optim, 3)
expect_equivalent(parms_2, c(99.3, 0.041, 0.00962, 0.597, 0.393, 0.298, 0.0203, 0.707))

Contact - Imprint