Package: visStatistics 0.1.2

visStatistics: Automated Visualization of Statistical Tests

Visualization of the most powerful statistical hypothesis test. The R package `visStatistics` with its core function visstat() allows to quickly visualise raw data and, based on a decision tree, select the statistical hypothesis test with the highest statistical power between the dependent variable (response) and the independent variable (feature). To compare the means of two groups with sample sizes greater than 100 in both groups, visstat() performs a t.test()(Lumley et al. (2002) <doi:10.1146/annurev.publhealth.23.100901.140546>). Otherwise, when comparing the mean of two or more groups, the test chosen depends on the p-values of the null that the standardised residuals of the regression model are normally distributed as tested by both shapiro.test() and ad.test(): If both p-values are smaller than the error probability 1-conf.level,the non-parametric tests kruskal.test() resp. wilcox.test() are used, otherwise the parametric tests oneway.test() and aov() resp. t.test() are used. For count data, visstat() tests the null hypothesis, that the feature and the response are independent of each other using the chisqu.test() or fisher.test(). The choice of test is based on Cochran's rule Cochran (1954) <doi:10.2307/3001666>). Implemented tests: lm(), t.test(), wilcox.test(), aov(), kruskal.test(), fisher.test(), chisqu.test(). Implemented tests to check the normal distribution of the standardised residuals: shapiro.test() and ad.test(). Implemented post-hoc tests: TukeyHSD() for aov() and pairwise.wilcox.test() for kruskal.test(). All implemented statistical tests are called with their default parameter sets, except for conf.level, which can be adjusted in the visstat() function call. A detailed description of the decision tree and numerous and numerous examples can be found in the visStatistics vignette.

Authors:Sabine Schilling [cre, aut, cph], Peter Kauf [ctb]

visStatistics_0.1.2.tar.gz
visStatistics_0.1.2.zip(r-4.5)visStatistics_0.1.2.zip(r-4.4)visStatistics_0.1.2.zip(r-4.3)
visStatistics_0.1.2.tgz(r-4.4-any)visStatistics_0.1.2.tgz(r-4.3-any)
visStatistics_0.1.2.tar.gz(r-4.5-noble)visStatistics_0.1.2.tar.gz(r-4.4-noble)
visStatistics_0.1.2.tgz(r-4.4-emscripten)visStatistics_0.1.2.tgz(r-4.3-emscripten)
visStatistics.pdf |visStatistics.html
visStatistics/json (API)
NEWS

# Install 'visStatistics' in R:
install.packages('visStatistics', repos = c('https://shhschilling.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/shhschilling/visstatistics/issues

On CRAN:

6 exports 0.63 score 9 dependencies 3 scripts 185 downloads

Last updated 1 years agofrom:8bb41895d0. Checks:OK: 1 NOTE: 6. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 30 2024
R-4.5-winNOTEAug 30 2024
R-4.5-linuxNOTEAug 30 2024
R-4.4-winNOTEAug 30 2024
R-4.4-macNOTEAug 30 2024
R-4.3-winNOTEAug 30 2024
R-4.3-macNOTEAug 30 2024

Exports:counts_to_casesget_samples_fact_inputfileopenGraphCairosaveGraphVisstatvis_anova_assumptionsvisstat

Dependencies:CairocolorspacelatticelmtestMASSmultcompViewnortestvcdzoo

visStatistics

Rendered fromvisStatistics.Rmdusingknitr::rmarkdownon Aug 30 2024.

Last update: 2023-06-07
Started: 2021-09-03