| format_continuous_stat | R Documentation |
Converts numeric summary statistics into formatted display strings following
standard conventions (mean \pm SD, median [IQR], range, etc.).
format_continuous_stat(stats, stat_type, fmt_str, marks)
stats |
Named list of numeric statistics (mean, sd, median, q1, q3, min, max). |
stat_type |
Character string: "mean_sd", "median_iqr", "median_range", or "range". |
fmt_str |
Character string format specification for sprintf. |
marks |
List with |
Character string with formatted statistic.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.