Skip to content

Commit

Permalink
cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Dec 11, 2024
1 parent efe1ce3 commit 4c76bab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inst/tinytest/test-multcomp.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ expect_true(any(pre1$p.value < pre2$p.value))
expect_true(all(pre1$p.value <= pre2$p.value))

mod <- lm(y ~ x * z)
pkgload::load_all()
hyp1 <- hypotheses(mod)
hyp2 <- hypotheses(mod, multcomp = "single-step")
expect_true(any(hyp1$p.value < hyp2$p.value))
Expand Down

0 comments on commit 4c76bab

Please sign in to comment.