format_ci_value: Format a confidence interval value

View source: R/format-numbers.R

format_ci_valueR Documentation

Format a confidence interval value

Description

Format a confidence interval value

Usage

format_ci_value(value, decimals = 2L)

Arguments

value

Character string like "[0.12, 0.45]" or "0.12, 0.45"

decimals

Number of decimal places

Value

Formatted CI string "[ll, ul]"


mellio documentation built on Aug. 30, 2026, 1:06 a.m.