ci_to_str: A ci_to_str Function

View source: R/ci_to_str.R

ci_to_strR Documentation

A ci_to_str Function

Description

This function allows you to build a text string of confidence intervals. Notice that R round function goes to the even digit.

Usage

ci_to_str(fit, lower, upper, digits = 2)

Examples

ci_to_str(fit = 1.004, lower = 1.003, upper = 1.005001, digits = 3)
ci_to_str(fit = 0.985, lower = .943, upper = 1.005001, digits = 2)

ghowoo/Wu documentation built on June 10, 2022, 3:47 p.m.