Skip to contents

format_ci Pretty print CI

Usage

format_ci(val, lower, upper)

Arguments

val

main value

lower

lower CI

upper

upper CI

Examples

format_ci(0.5, 0.1, 0.9)
#> [1] "0.5 (0.1 - 0.9)"