ci: Compute the Bounds of a Confidence Interval

View source: R/operations.R

ciR Documentation

Compute the Bounds of a Confidence Interval

Description

Compute the Bounds of a Confidence Interval

Usage

ci(center, bound)

Arguments

center

Vector of interval centers

bound

\pm boundary to define the interval

Details

This convenience function creates intervals from vectors of centers and boundary distances.

Value

n \times 3 matrix of interval boundaries with the center, where n is the length of center.

Examples

ci(c(1.2, 3.4, 5), 1.7)

ryan-heslin/RegLesson documentation built on Aug. 5, 2022, 9:03 p.m.