Calculate the confidence interval
See also
Other Utility Functions:
convert_snake_to_title_case(),
generate_caption(),
get_attributes(),
rand_walk_column_names(),
rand_walk_helper(),
running_quantile(),
std_cum_max_augment(),
std_cum_mean_augment(),
std_cum_min_augment(),
std_cum_prod_augment(),
std_cum_sum_augment(),
subset_walks()
Examples
confidence_interval(rnorm(100), 0.95)
#> # A tibble: 1 × 2
#> lower upper
#> <dbl> <dbl>
#> 1 -0.285 0.134
