knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

This function aims to get 95% confidence interval, which is used frequentist approach to analyze your data. We assume your input data follows normal distribution.

Below is an example:

sample<-rnorm(5,mean=3,sd=0.9)
getConfidceInterval(sample)


UBC-MDS/BlackBoxR documentation built on May 25, 2019, 1:35 p.m.