Skip to content

Commit 823f555

Browse files
committed
remove SE from idisw
1 parent ca4472d commit 823f555

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/testthat/test-idisw.R

-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ test_that("idisu function calculates IDISU correctly", {
2222

2323
# Expected values
2424
expected_idisu <- 8.6178417
25-
expected_se <- NA
2625

2726
# Compare the calculated values with the expected values
2827
expect_equal(result$estimate, expected_idisu, tolerance = 1e-4)
29-
expect_equal(result$se, expected_se, tolerance = 1e-4)
3028
})

0 commit comments

Comments
 (0)