continuous_summary {gtsummary} | R Documentation |
Summarize a continuous variable
Description
This helper, to be used with tbl_custom_summary()
, creates a function
summarizing a continuous variable.
Usage
continuous_summary(variable)
Arguments
variable |
( |
Details
When using continuous_summary()
, you can specify in the statistic=
argument
of tbl_custom_summary()
the same continuous statistics than in
tbl_summary()
. See the statistic argument section of the help file of
tbl_summary()
.
Author(s)
Joseph Larmarange
[Package gtsummary version 2.2.0 Index]