plot_ci: Fonction plot_ci: tirée de la librairie Openintro Plot...

Description Usage Arguments

View source: R/plot_ci.R

Description

This function takes vectors of upper and lower confidence interval bounds, as well as population 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


dco61/isteahMAT104 documentation built on Jan. 2, 2022, 2:24 a.m.