| bootstrap_estimate | R Documentation |
Applies a statistic to the point weights and to every replicate, and
summarises it with the bootstrap variance (1/B)\sum(\theta^*_b -
\hat\theta)^2.
bootstrap_estimate(boot, statistic, level = 0.95)
boot_total(boot, variable)
boot_mean(boot, variable)
boot |
a |
statistic |
a function |
level |
confidence level for the (normal) interval. |
variable |
name of the variable to estimate. |
A data frame with estimate, se, ci_lower, ci_upper.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.