summarize_rbmi {tern.rbmi} | R Documentation |
Analyze function for tabulating LS means estimates from tidied
rbmi
pool
results.
Description
Usage
summarize_rbmi(
lyt,
...,
table_names = "rbmi_summary",
.stats = NULL,
.formats = NULL,
.indent_mods = NULL,
.labels = NULL
)
Arguments
lyt |
( |
... |
additional argument. |
table_names |
( |
.stats |
( |
.formats |
(named |
.indent_mods |
(named |
.labels |
(named |
Value
rtables
layout for tabulating LS means estimates from tidied
rbmi
pool
results.
Examples
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)
[Package tern.rbmi version 0.1.6 Index]