Package: exactamente 0.1.1.9000
exactamente: Explore the Exact Bootstrap Method
Researchers often use the bootstrap to understand a sample drawn from a population with unknown distribution. The exact bootstrap method is a practical tool for exploring the distribution of small sample size data. For a sample of size n, the exact bootstrap method generates the entire space of n to the power of n resamples and calculates all realizations of the selected statistic. The 'exactamente' package includes functions for implementing two bootstrap methods, the exact bootstrap and the regular bootstrap. The exact_bootstrap() function applies the exact bootstrap method following methodologies outlined in Kisielinska (2013) <doi:10.1007/s00180-012-0350-0>. The regular_bootstrap() function offers a more traditional bootstrap approach, where users can determine the number of resamples. The e_vs_r() function allows users to directly compare results from these bootstrap methods. To augment user experience, 'exactamente' includes the function exactamente_app() which launches an interactive 'shiny' web application. This application facilitates exploration and comparison of the bootstrap methods, providing options for modifying various parameters and visualizing results.
Authors:
exactamente_0.1.1.9000.tar.gz
exactamente_0.1.1.9000.zip(r-4.7)exactamente_0.1.1.9000.zip(r-4.6)exactamente_0.1.1.9000.zip(r-4.5)
exactamente_0.1.1.9000.tgz(r-4.6-any)exactamente_0.1.1.9000.tgz(r-4.5-any)
exactamente_0.1.1.9000.tar.gz(r-4.7-any)exactamente_0.1.1.9000.tar.gz(r-4.6-any)
exactamente_0.1.1.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
exactamente/json (API)
NEWS
| # Install 'exactamente' in R: |
| install.packages('exactamente', repos = c('https://mightymetrika.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mightymetrika/exactamente/issues
bootstrapprobabilityresamplestatistics
Last updated from:a667dbfa37. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 114 | ||
| source / vignettes | OK | 170 | ||
| linux-release-x86_64 | OK | 132 | ||
| macos-release-arm64 | OK | 86 | ||
| macos-oldrel-arm64 | OK | 95 | ||
| windows-devel | OK | 79 | ||
| windows-release | OK | 65 | ||
| windows-oldrel | OK | 79 | ||
| wasm-release | OK | 105 |
Exports:compare_bootstrape_vs_rexact_bootstrapexactamente_appreg_bootstrap
Dependencies:base64encbslibcachemclicommonmarkcpp11digestfarverfastmapfontawesomefsggplot2gluegtablehtmltoolshttpuvisobandjquerylibjsonlitelabelinglaterlifecyclemagrittrmemoisemimeotelpromisesR6rappdirsRColorBrewerRcpprlangS7sassscalesshinyshinythemessourcetoolsvctrsviridisLitewithrxtable
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Compare Bootstrap Distributions | compare_bootstrap |
| Compare Exact Bootstrap vs Regular Bootstrap | e_vs_r |
| Performs an Exact Bootstrap with Summary Statistics | exact_bootstrap |
| exactamente_app: Interactive Shiny App for Exploring Bootstrap Methods | exactamente_app |
| Plot Method for 'extboot' Class | plot.extboot |
| Plot Method for 'regboot' Class | plot.regboot |
| Regular Bootstrap with Summary Statistics | reg_bootstrap |
| Summary Method for 'extboot' Class | summary.extboot |
| Summary Method for 'regboot' Class | summary.regboot |
