| format_survival_ci | R Documentation |
Formats a survival median estimate with confidence interval using
locale-aware decimal marks and safe CI separators. Used by
process_survival in descriptive tables.
format_survival_ci(median, lower, upper, fmt_str, marks)
median |
Numeric median survival time. |
lower |
Numeric lower CI bound. |
upper |
Numeric upper CI bound. |
fmt_str |
Character string |
marks |
List with |
Character string with formatted "median (lower-upper)".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.