extract_ci {rwa} | R Documentation |
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"
)
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") |
Value
Data frame with confidence intervals
[Package rwa version 0.1.0 Index]