Package: bstrap 0.0.1

Ken Butler
bstrap: Obtain and plot bootstrap sampling distributions of the sample mean
Many common tests assume sufficient normality of the data distribution, with the received wisdom that if the sample size is "large", the normality doesn't matter so much (because of the Central Limit Theorem). It is difficult to judge the normality is good enough, or whether the sample size is big enough. A better way to investigate is to obtain a bootstrap sampling distribution of the sample mean (by taking repeated bootstrap samples), and to assess that distribution for normality. If it is, the normal-theory test will work; if not, not.
Authors:
bstrap_0.0.1.tar.gz
bstrap_0.0.1.zip(r-4.7-any)bstrap_0.0.1.zip(r-4.6-any)bstrap_0.0.1.zip(r-4.5-any)
bstrap_0.0.1.tgz(r-4.6-any)bstrap_0.0.1.tgz(r-4.5-any)
bstrap_0.0.1.tar.gz(r-4.7-any)bstrap_0.0.1.tar.gz(r-4.6-any)
bstrap_0.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
bstrap/json (API)
| # Install 'bstrap' in R: |
| install.packages('bstrap', repos = c('https://nxskok.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/nxskok/bstrap/issues
- home_prices - Home prices data
Last updated from:22a06b6fb2. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 128 | ||
| source / vignettes | OK | 176 | ||
| linux-release-x86_64 | OK | 146 | ||
| macos-release-arm64 | OK | 201 | ||
| macos-oldrel-arm64 | OK | 178 | ||
| windows-devel-x86_64 | OK | 97 | ||
| windows-release-x86_64 | OK | 99 | ||
| windows-oldrel-x86_64 | OK | 80 | ||
| wasm-release | OK | 112 |
Exports:make_distmake_severalplot_distplot_several
Dependencies:clicpp11dplyrfarvergenericsggplot2gluegtableisobandlabelinglifecyclemagrittrpillarpkgconfigpurrrR6RColorBrewerrlangS7scalesstringistringrtibbletidyrtidyselectutf8vctrsviridisLitewithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Home prices data | home_prices |
| Generate bootstrap samples and calculate sample means | make_dist |
| Obtain bootstrap sampling distributions for several samples | make_several |
| Obtain and plot bootstrap sampling distribution of sample mean | plot_dist |
| Obtain and plot bootstrap sampling distributions of sample means by group | plot_several |