Package: bootwar Title: Nonparametric Bootstrap Test with Pooled Resampling Card Game Version: 0.2.1.9000 Authors@R: c( person("Mackson", "Ncube", , "macksonncube.stats@gmail.com", role = c("aut", "cre")), person("mightymetrika, LLC", role = c("cph", "fnd")) ) Description: The card game War is simple in its rules but can be lengthy. In another domain, the nonparametric bootstrap test with pooled resampling (nbpr) methods, as outlined in Dwivedi, Mallawaarachchi, and Alvarado (2017) , is optimal for comparing paired or unpaired means in non-normal data, especially for small sample size studies. However, many researchers are unfamiliar with these methods. The 'bootwar' package bridges this gap by enabling users to grasp the concepts of nbpr via Boot War, a variation of the card game War designed for small samples. The package provides functions like score_keeper() and play_round() to streamline gameplay and scoring. Once a predetermined number of rounds concludes, users can employ the analyze_game() function to derive game results. This function leverages the 'npboottprm' package's nonparboot() to report nbpr results and, for comparative analysis, also reports results from the 'stats' package's t.test() function. Additionally, 'bootwar' features an interactive 'shiny' web application, bootwar(). This offers a user-centric interface to experience Boot War, enhancing understanding of nbpr methods across various distributions, sample sizes, number of bootstrap resamples, and confidence intervals. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 URL: https://github.com/mightymetrika/bootwar BugReports: https://github.com/mightymetrika/bootwar/issues Imports: ggplot2, mmcards, npboottprm, shiny, shinyjs, shinythemes Depends: R (>= 2.10) LazyData: true Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr Config/pak/sysreqs: cmake libgmp3-dev make libicu-dev libsodium-dev libuv1-dev libpq-dev libx11-dev zlib1g-dev Repository: https://mightymetrika.r-universe.dev Date/Publication: 2023-10-09 13:56:05 UTC RemoteUrl: https://github.com/mightymetrika/bootwar RemoteRef: HEAD RemoteSha: e07cdeb9fc2f9cae2a586306f6c11071b8b9acb7 NeedsCompilation: no Packaged: 2026-07-04 17:58:06 UTC; root Author: Mackson Ncube [aut, cre], mightymetrika, LLC [cph, fnd] Maintainer: Mackson Ncube