View source: R/boot_bw_estimate.R
boot_bw_estimate | R Documentation |
Estimate median and confidence intervals from bootstrap replicates
boot_bw_estimate(boot_df)
boot_df |
A |
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.
boot_df <- boot_bw(
x = indicatorsHH, w = villageData, statistic = bootClassic,
params = "anc1", parallel = TRUE, replicates = 9
)
boot_bw_estimate(boot_df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.