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


andrewpbray/reed-oilabs documentation built on April 8, 2020, 2:26 a.m.