Skip to contents

[Deprecated] This helper, to be used with tbl_custom_summary(), creates a function summarizing a continuous variable.

Usage

continuous_summary(variable)

Arguments

variable

(string)
String indicating the name of the variable to be summarized. This variable should be continuous.

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

Joseph Larmarange