Skip to content

Commit

Permalink
fix typo in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bbolker committed Apr 21, 2023
1 parent 16cf081 commit be2d557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ if (testLevel>1) {
##
## semipar bootstrapping
cm5 <- lmer(Yield ~ 1|Batch, Dyestuff)
scet.seed(1)
set.seed(1)
suppressPackageStartupMessages(require(boot))
boo01.sp <- bootMer(m5, fixef, nsim = 100, use.u = TRUE,
type = "semiparametric")
Expand Down

0 comments on commit be2d557

Please sign in to comment.