Nothing
test_that("modify_missing_symbol()", {
expect_equal(
lm(marker ~ trt, data = trial) |>
tbl_regression() |>
modify_missing_symbol(
symbol = "Ref.",
columns = c(estimate, conf.low, conf.high),
rows = reference_row == TRUE
) |>
as.data.frame(fmt_missing = TRUE, col_labels = FALSE) %>%
`[`(2, c("estimate", "conf.low")) |>
unlist() |>
unique(),
"Ref."
)
})
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.