paste_ci: paste_ci

View source: R/paste_ci.R

paste_ciR Documentation

paste_ci

Description

Combines two numbers (e.g., .20 and .33) by wrapping them in square brackets (e.g., [.20, .33]). This function was made to streamline the creation of confidence interval values for outputting.

Usage

paste_ci(x, y)

Arguments

x

a scalar or an atomic vector.

y

a second scalar or atomic vector that will be wrapped in parentheses.


camkay/panoply documentation built on Jan. 17, 2025, 6:31 a.m.