Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 27, 2024
1 parent 1b73ae7 commit d58a41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-plot.parameters_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ test_that("`plot.see_parameters_model()` random parameters works", {

set.seed(12345)
sleepstudy$grp <- sample(1:5, size = 180, replace = TRUE)
model <- lmer(
model <- lme4::lmer(
Reaction ~ Days + (1 | grp) + (1 | Subject),
data = sleepstudy
)
Expand Down

0 comments on commit d58a41a

Please sign in to comment.