Package: SAP
Type: Package
Date: 2022-10-30
Title: Statistical Analysis and Programming
Version: 1.0
Authors@R: person("Hasan","Bulut",email = "hasan.bulut@omu.edu.tr", role = c("aut", "cre"))
Description: The Hypothesis tests for the means of independent or paired groups.
    This package investigates the normality assumption automatically.
    Then, it tests the hypothesis tests for two independent or paired group means
    by using parametric or non-parametric tests. It uses the Shapiro-Wilk test to
    test the normality assumption. For independent two groups, If data comes from
    the normal distribution, the package uses the Z or t-test according to whether
    variances are known. For paired groups, it uses paired t-test under normal data
    sets. If data does not come from the normal distribution, the package uses the
    Wilcoxon test for independent and paired cases.
Author: Hasan Bulut [aut, cre]
Maintainer: Hasan Bulut <hasan.bulut@omu.edu.tr>
License: GPL-2
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Imports: stats, BSDA
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2022-10-30 20:38:01 UTC; HsnBlt
Repository: CRAN
Date/Publication: 2022-10-31 14:28:36 UTC
Built: R 4.4.3; ; 2025-11-01 03:08:38 UTC; windows
