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 b5c92e0 commit 1379f82Copy full SHA for 1379f82
tests/testthat/test-bootstrap_parameters.R
@@ -11,7 +11,7 @@ test_that("bootstrap_parameters.bootstrap_model", {
11
expect_snapshot(print(out))
12
})
13
14
-test_that("bootstrap_parameters.bootstrap_model", {
+test_that("bootstrap_model intercept-only", {
15
y <- 1:10
16
mod <- lm(y ~ 1)
17
set.seed(123)
0 commit comments