Extract confidence intervals from bootstrap object
extract_ci(
boot_object,
conf_level = 0.95,
variable_names = NULL,
ci_type = "raw"
)
Data frame with confidence intervals
Boot object from boot::boot()
Confidence level (default 0.95)
Names of variables for labeling
Type of CI to extract ("raw", "rand_diff", "focal_diff")