plot_ci: plot_ci

View source: R/plot_ci.R

plot_ciR Documentation

plot_ci

Description

This function takes vectors of upper and lower confidence interval bounds, as well as poplutation mean, and plots which confidence intervals intersect the mean

Usage

plot_ci(lo, hi, m)

Arguments

lo

a vector of lower bounds for confidence intervals

hi

a vector of upper bounds for confidence intervals

m

the population mean


aaronbaggett/labs2316 documentation built on Sept. 23, 2024, 7:15 p.m.