Package: nhstplot 1.3.0
nhstplot: Plot Null Hypothesis Significance Tests
Illustrate graphically the most common Null Hypothesis Significance Testing procedures. More specifically, this package provides functions to plot Chi-Squared, F, t (one- and two-tailed) and z (one- and two-tailed) tests, by plotting the probability density under the null hypothesis as a function of the different test statistic values. Although highly flexible (color theme, fonts, etc.), only the minimal number of arguments (observed test statistic, degrees of freedom) are necessary for a clear and useful graph to be plotted, with the observed test statistic and the p value, as well as their corresponding value labels. The axes are automatically scaled to present the relevant part and the overall shape of the probability density function. This package is especially intended for education purposes, as it provides a helpful support to help explain the Null Hypothesis Significance Testing process, its use and/or shortcomings.
Authors:
nhstplot_1.3.0.tar.gz
nhstplot_1.3.0.zip(r-4.5)nhstplot_1.3.0.zip(r-4.4)nhstplot_1.3.0.zip(r-4.3)
nhstplot_1.3.0.tgz(r-4.4-any)nhstplot_1.3.0.tgz(r-4.3-any)
nhstplot_1.3.0.tar.gz(r-4.5-noble)nhstplot_1.3.0.tar.gz(r-4.4-noble)
nhstplot_1.3.0.tgz(r-4.4-emscripten)nhstplot_1.3.0.tgz(r-4.3-emscripten)
nhstplot.pdf |nhstplot.html✨
nhstplot/json (API)
NEWS
# Install 'nhstplot' in R: |
install.packages('nhstplot', repos = c('https://nilsmy.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 8 months agofrom:57747f9929. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 30 2024 |
R-4.5-win | OK | Oct 30 2024 |
R-4.5-linux | OK | Oct 30 2024 |
R-4.4-win | OK | Oct 30 2024 |
R-4.4-mac | OK | Oct 30 2024 |
R-4.3-win | OK | Oct 30 2024 |
R-4.3-mac | OK | Oct 30 2024 |
Exports:plotchisqtestplotftestplotttestplotztest
Dependencies:clicolorspacefansifarverggplot2gluegtableisobandlabelinglatticelifecyclemagrittrMASSMatrixmgcvmunsellnlmepillarpkgconfigR6RColorBrewerrlangscalestibbleutf8vctrsviridisLitewithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Illustrate a chi-squared test graphically. | plotchisqtest |
Illustrate an F Test graphically. | plotftest |
Illustrate a one- or two-tailed t test graphically. | plotttest |
Illustrate a one- or two-tailed z test graphically. | plotztest |