Package: statistics 0.14
statistics: Miscellanea Functions For Intro Stats Classes
Utilities for introductory statistics labs: plot tail or interval areas for the normal or t distributions, highlight binomial probabilities, and summarise discrete random variables. Calculate pooled standard deviations and Welch-Satterthwaite degrees of freedom, and run teaching-friendly tests such as Fligner-Killeen plus one-way ANOVA, and t tests with an Ansari-Bradley variance check alongside pooled and Welch variants.
Authors:
statistics_0.14.tar.gz
statistics_0.14.zip(r-4.7)statistics_0.14.zip(r-4.6)statistics_0.14.zip(r-4.5)
statistics_0.14.tgz(r-4.6-any)statistics_0.14.tgz(r-4.5-any)
statistics_0.14.tar.gz(r-4.7-any)statistics_0.14.tar.gz(r-4.6-any)
statistics_0.14.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
statistics/json (API)
| # Install 'statistics' in R: |
| install.packages('statistics', repos = c('https://dusadrian.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dusadrian/statistics/issues
Last updated from:b13cf15134. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 138 | ||
| source / vignettes | OK | 149 | ||
| linux-release-x86_64 | OK | 98 | ||
| macos-release-arm64 | OK | 93 | ||
| macos-oldrel-arm64 | OK | 91 | ||
| windows-devel | OK | 89 | ||
| windows-release | OK | 74 | ||
| windows-oldrel | OK | 110 | ||
| wasm-release | OK | 87 |
Exports:anovaFKanovahvdariadariatdbinomsdfcalchistcmbinomsbinomspooledt.testABt.testhv
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Utility functions for an intro stats class. | statistics |
| ANOVA with a homogeneity of variances check | anovaFK anovahv anovahv.default anovahv.formula |
| Calculate and draw the area under the normal curve z | daria |
| Calculate and draw the area under the t distribution | dariat |
| Calculate probabilities and draw graphics for a binomial distribution | dbinoms |
| Calculates the degrees of freedom and the pooled variation for a t test | dfcalc spooled |
| Histogram with a superimposed normal curve | histc |
| Calculates the mean and the standard deviation of a discreet random variable | mbinom sbinom |
| Student's t test with a homogeneity of variances check | t.testAB t.testhv t.testhv.default t.testhv.formula t.testhv.Pair |
