Skip to content

Commit

Permalink
adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Sep 5, 2024
1 parent 9dcc46c commit 27b9807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/test-10-extras.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test_that('extras', {
mod_2PL_ggum <- mirt(expand.table(LSAT7), model=1, itemtype=itemtype, SE=TRUE,
verbose=FALSE)
out <- vuongtest(mod_2PL, mod_2PL_ggum)
expect_equal(out$p_omega, 2.206736e-05, tol=.0001)
expect_equal(out$p_omega, 0.000246, tol=.01)
expect_equal(as.numeric(out$p_LRT), c(0.6205581, 0.3794419), tol=.01)

require(boot, quietly=TRUE, warn.conflicts=FALSE)
Expand Down

0 comments on commit 27b9807

Please sign in to comment.