Adds a column with overall summary statistics to tables
created by tbl_summary
or tbl_svysummary
.
add_overall(x, last, col_label) # S3 method for tbl_summary add_overall(x, last = FALSE, col_label = NULL) # S3 method for tbl_svysummary add_overall(x, last = FALSE, col_label = NULL)
x | Object with class |
---|---|
last | Logical indicator to display overall column last in table.
Default is |
col_label | String indicating the column label. Default is |
A tbl_summary
object or a tbl_svysummary
object
Other tbl_summary tools:
add_n.tbl_summary()
,
add_p.tbl_summary()
,
add_q()
,
add_stat_label()
,
bold_italicize_labels_levels
,
inline_text.tbl_summary()
,
inline_text.tbl_survfit()
,
modify
,
tbl_merge()
,
tbl_stack()
,
tbl_summary()
Other tbl_svysummary tools:
add_n.tbl_summary()
,
add_p.tbl_svysummary()
,
add_q()
,
add_stat_label()
,
modify
,
tbl_merge()
,
tbl_stack()
,
tbl_svysummary()
Daniel D. Sjoberg