Skip to contents

Compute flat percentile bootstrap confidence interval.

Usage

compute_vector_flat_percentile_ci(
  .input,
  .statistic = mean,
  .confidence = 0.99,
  .R = 10000,
  .reduction = 0
)

Arguments

.input

Data to compute confidence interval for.

.statistic

Statistic to compute confidence interval for.

.confidence

Confidence level.

.R

Number of replicates.

.reduction

Replicate size reduction.

Value

Tibble with confidence interval.