Skip to contents

Compute flat percentile bootstrap confidence interval on data set pair.

Usage

compute_vector_pair_flat_percentile_ci(
  .input_one,
  .input_two,
  .combination = .Primitive("-"),
  .statistic = mean,
  .confidence = 0.99,
  .R = 10000,
  .reduction = 0
)

Arguments

.input_one

Data set one to compute with.

.input_two

Data set two to compute with.

.combination

Combination to compute for both data sets.

.statistic

Statistic to compute for each data set.

.confidence

Confidence level.

.R

Number of replicates.

.reduction

Replicate size reduction.

Value

Tibble with confidence interval.