continuous_summary: Summarize a continuous variable

View source: R/utils-tbl_custom_summary.R

continuous_summaryR Documentation

Summarize a continuous variable

Description

\lifecycle

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(s)

Joseph Larmarange


gtsummary documentation built on Oct. 5, 2024, 1:06 a.m.