View source: R/tabulate_rbmi.R
summarize_rbmi | R Documentation |
rbmi
pool
results.summarize_rbmi(
lyt,
...,
table_names = "rbmi_summary",
.stats = NULL,
.formats = NULL,
.indent_mods = NULL,
.labels = NULL
)
lyt |
( |
... |
additional argument. |
table_names |
( |
.stats |
( |
.formats |
(named |
.indent_mods |
(named |
.labels |
(named |
rtables
layout for tabulating LS means estimates from tidied
rbmi
pool
results.
library(rtables)
library(dplyr)
library(broom)
data("rbmi_test_data")
pool_obj <- rbmi_test_data
df <- tidy(pool_obj)
basic_table() %>%
split_cols_by("group", ref_group = levels(df$group)[1]) %>%
split_rows_by("visit", split_label = "Visit", label_pos = "topleft") %>%
summarize_rbmi() %>%
build_table(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.