plot_ci: plot_ci

Description Usage Arguments

View source: R/plot_ci.R

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

1
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/labs4316 documentation built on Sept. 20, 2019, 5:21 a.m.