Calculate confidence intervals for a continuous numerical column on
a dataframe, given a confidence level. You may also group results
using another variable. Tidyverse friendly.
Usage
ci_var(df, var, group_var = NULL, conf = 0.95)
Value
data.frame mean, standard deviation, counter, upper and lower CIs.