This function takes vectors of upper and lower confidence interval bounds, as well as poplutation mean, and plots which confidence intervals intersect the mean
| 1 | plot_ci(lo, hi, m)
 | 
| lo | a vector of lower bounds for confidence intervals | 
| hi | a vector of upper bounds for confidence intervals | 
| m | the population mean | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.