bootstrapped_CI: Perform bootstrapping on variable

Description Usage Arguments Value

View source: R/bootstrapped_CI.R

Description

Takes a numeric input, performs bootstrapping with a given number of resamples, computes 95% Confidence Interval and returns a tibble with input mean and bootstrapped CI.

Usage

1
bootstrapped_CI(data_vector, n_resamples = 1000)

Arguments

data_vector

observed data to sample from

n_resamples

number of resamples to take

Value

A tibble containing mean of input and 95% CI


n-kall/IDA2019-package documentation built on Jan. 6, 2020, 4:02 p.m.