Learn R Programming

rwa (version 0.1.0)

extract_ci: Extract confidence intervals from bootstrap object

Description

Extract confidence intervals from bootstrap object

Usage

extract_ci(
  boot_object,
  conf_level = 0.95,
  variable_names = NULL,
  ci_type = "raw"
)

Value

Data frame with confidence intervals

Arguments

boot_object

Boot object from boot::boot()

conf_level

Confidence level (default 0.95)

variable_names

Names of variables for labeling

ci_type

Type of CI to extract ("raw", "rand_diff", "focal_diff")