Nothing
testthat::test_that("`summary.collinear_selection()` works", {
testthat::skip_on_cran()
data(
vi_smol,
vi_predictors_numeric
)
#normal usage
x <- collinear(
df = vi_smol,
response = "vi_numeric",
predictors = vi_predictors_numeric,
quiet = TRUE
)
testthat::expect_output(
z <- summary(x),
regexp = "response"
)
testthat::expect_true(
all(x$selection %in% z)
)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.