boot_bw_estimate {bbw} | R Documentation |
Estimate median and confidence intervals from bootstrap replicates
Description
Estimate median and confidence intervals from bootstrap replicates
Usage
boot_bw_estimate(boot_df)
Arguments
boot_df |
A |
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.
Examples
boot_df <- boot_bw(
x = indicatorsHH, w = villageData, statistic = bootClassic,
params = "anc1", parallel = TRUE, replicates = 9
)
boot_bw_estimate(boot_df)
[Package bbw version 0.3.0 Index]