bootstrapped_CI: Perform bootstrapping on variable

View source: R/bootstrapped_CI.R

bootstrapped_CIR Documentation

Perform bootstrapping on variable

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

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


michael-franke/aida-package documentation built on Feb. 19, 2023, 11:51 p.m.