bootstrap | R Documentation |
bootstrap
uses sample with replacement from provided survey data to calculate
non-parametric confidence intervals for the xgbp
function
bootstrap(xgbp_out, boot_iter = 100, ci_level = 0.95, verbose = TRUE)
xgbp_out |
A |
boot_iter |
Number of bootstrap iterations used to estimate non-parametric
confidence intervals. Defaults to |
ci_level |
Level of confidence intervals. Defaults to |
verbose |
Should the function report messages along the estimation? Defaults to |
get_estimates
uses furrr
's furrr::future_map()
to perform bootstrap iterations.
By default, computation is done sequentially, but users can take advantage of parallelism
by declaring a plan using future::plan()
. See below for an example of setting multisession
parallelism.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.