We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ef635 commit a403e5bCopy full SHA for a403e5b
tests/testthat/test-model_parameters_df_method.R
@@ -2,6 +2,7 @@ skip_if_not_installed("lmerTest")
2
skip_if_not_installed("pbkrtest")
3
skip_if_not_installed("lme4")
4
skip_if_not_installed("glmmTMB", minimum_version = "1.1.13")
5
+skip_if_not_installed("insight", minimum_version = "1.4.3")
6
7
mtcars$cyl <- as.factor(mtcars$cyl)
8
model <- suppressMessages(lme4::lmer(
0 commit comments