Package: visStatistics
Type: Package
Title: Automated Selection and Visualisation of Statistical Hypothesis
        Tests
Version: 0.1.3
Authors@R: c(
    person("Sabine", "Schilling", , "sabineschilling@gmx.ch", 
    role = c("cre", "aut", "cph"),comment = c(ORCID = "0000-0002-8318-9421")),
    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'. Well suited for
    web-based or server-side R applications. 
    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: knitr, rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: no
RoxygenNote: 7.3.2
Packaged: 2025-05-12 21:42:22 UTC; sschilli
Author: Sabine Schilling [cre, aut, cph] (ORCID:
    <https://orcid.org/0000-0002-8318-9421>),
  Peter Kauf [ctb]
Repository: CRAN
Date/Publication: 2025-05-13 00:20:02 UTC
