format_ci: Format confidence intervals

View source: R/utils.R

format_ciR Documentation

Format confidence intervals

Description

This function formats confidence intervals into a readable string.

Usage

format_ci(lower, upper, digits = 3)

Arguments

lower

Lower bound of CI

upper

Upper bound of CI

digits

Number of decimal places (default=3)

Value

Formatted CI string


modelscompete4 documentation built on April 25, 2026, 1:07 a.m.