Package: visStatistics
Type: Package
Title: Automated Selection and Visualisation of Statistical Hypothesis
        Tests
Version: 0.1.5
Authors@R: c(
    person("Sabine", "Schilling", , "sabineschilling@gmx.ch", 
    role = c("cre", "aut", "cph"),comment = c(ORCID = "0000-0002-8318-9421", year = "2025")),
    person("Peter", "Kauf", , "peter.kauf@zhaw.ch", role = "ctb") )
Maintainer: Sabine Schilling <sabineschilling@gmx.ch>
Description: Automatically selects and visualises appropriate statistical 
    hypothesis tests between a response and a feature variable in a data frame. 
    The choice of test depends on the class, distribution, and sample size of the
    input variables, as well as the user-defined 'conf.level'. The package focuses
    on visualising the selected test using appropriate plots— such as box plots,
    bar charts, regression lines with confidence bands, mosaic plots, residual
    plots and Q–Q plots. Each plot is annotated with relevant test statistics
    and, where applicable, assumption checks and post-hoc results. The scripted 
    workflow is particularly well suited for interactive interfaces where users
    access data only through a graphical front end backed by server-side R 
    sessions, as well as for quick data exploration, for example, in statistical
    consulting contexts.
    Implemented tests: t.test(), wilcox.test(), aov(),
    oneway.test(), kruskal.test(), lm(), fisher.test(), chisq.test().
    Tests for normality: shapiro.test(), ad.test(). Tests for equal
    variances: bartlett.test(). Post-hoc tests: TukeyHSD(),
    pairwise.wilcox.test().
License: MIT + file LICENSE
URL: https://github.com/shhschilling/visStatistics,
        https://shhschilling.github.io/visStatistics/
BugReports: https://github.com/shhschilling/visStatistics/issues
Imports: Cairo, graphics, grDevices, grid, multcompView, nortest,
        stats, utils, vcd
Suggests: bookdown, knitr, rmarkdown
VignetteBuilder: knitr, rmarkdown, bookdown
Encoding: UTF-8
NeedsCompilation: no
RoxygenNote: 7.3.2
Packaged: 2025-05-24 20:07:54 UTC; sschilli
Author: Sabine Schilling [cre, aut, cph] (ORCID:
    <https://orcid.org/0000-0002-8318-9421>, year: 2025),
  Peter Kauf [ctb]
Repository: CRAN
Date/Publication: 2025-05-24 21:50:02 UTC
