Skip to contents

Compute hierarchical percentile bootstrap confidence interval.

Usage

compute_list_vectors_hierarchical_percentile_ci(
  .input,
  .statistic_outer = mean,
  .statistic_inner = mean,
  .confidence = 0.99,
  .R = 10000,
  .reduction = 0
)

Arguments

.input

Data to compute confidence interval for.

.statistic_outer

Statistic to apply at the outer level.

.statistic_inner

Statistic to apply at the inner leve.

.confidence

Confidence level.

.R

Number of replicates.

.reduction

Replicate size reduction.

Value

Tibble with confidence interval.