boot_run | R Documentation |
Bootstrapping confidence intervals with tidyverse.
boot_run(data, func, times = 1000, alpha = 0.05, seed = NULL, ...)
data |
Dataframe of raw data. |
func |
Function applied to data by bootstrapping. |
times |
Number of bootstrap replicates. Default is 1000. |
alpha |
Alpha used by percentile to give interval in
|
seed |
Seed for random number generator. If |
... |
Additional arguments used by |
Bootstrapping confidence intervals using the rsample
package.
Dataframe with term, .lower, .estimate, .upper, .alpha, .method.
https://rsample.tidymodels.org/articles/Applications/Intervals.html
rsample::bootstraps rsample::int_pctl
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.