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.5)exactamente_0.1.1.9000.zip(r-4.4)exactamente_0.1.1.9000.zip(r-4.3)
exactamente_0.1.1.9000.tgz(r-4.4-any)exactamente_0.1.1.9000.tgz(r-4.3-any)
exactamente_0.1.1.9000.tar.gz(r-4.5-noble)exactamente_0.1.1.9000.tar.gz(r-4.4-noble)
exactamente_0.1.1.9000.tgz(r-4.4-emscripten)exactamente_0.1.1.9000.tgz(r-4.3-emscripten)
exactamente.pdf |exactamente.html✨
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 1 years agofrom:a667dbfa37. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-win | OK | Nov 01 2024 |
R-4.5-linux | OK | Nov 01 2024 |
R-4.4-win | OK | Nov 01 2024 |
R-4.4-mac | OK | Nov 01 2024 |
R-4.3-win | OK | Nov 01 2024 |
R-4.3-mac | OK | Nov 01 2024 |
Exports:compare_bootstrape_vs_rexact_bootstrapexactamente_appreg_bootstrap
Dependencies:base64encbslibcachemclicolorspacecommonmarkcrayondigestfansifarverfastmapfontawesomefsggplot2gluegtablehtmltoolshttpuvisobandjquerylibjsonlitelabelinglaterlatticelifecyclemagrittrMASSMatrixmemoisemgcvmimemunsellnlmepillarpkgconfigpromisesR6rappdirsRColorBrewerRcpprlangsassscalesshinyshinythemessourcetoolstibbleutf8vctrsviridisLitewithrxtable
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 |