boot_bw_estimate: Estimate median and confidence intervals from bootstrap replicates
Description
Estimate median and confidence intervals from bootstrap replicates
Usage
boot_bw_estimate(boot_df)
Value
A data.frame() with rows equal to the number of columns of
boot_df and 4 columns for indicator, estimate,
95% lower confidence limit, and 95% upper confidence limit.
Arguments
boot_df
A data.frame() or a list of data.frame()s of bootstrap
replicates with columns for each indicator to estimate. This is produced
by a call to boot_bw().