library(logistf)
data(sex2)
fit <- logistf(case ~ age + oc + vic + vicl + vis + dia, data = sex2,
alpha = 0.1)
test_that("streamlined summary is a matrix", {
expect_type(logistfPrint(fit), "double")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.