Raw File
Package: inferr
Type: Package
Title: Inferential Statistics
Version: 0.3.1
Authors@R: person("Aravind", "Hebbali", email = "hebbali.aravind@gmail.com", role = c("aut", "cre"),
    comment = c(ORCID = "0000-0001-9220-9669"))
Description: Select set of parametric and non-parametric statistical tests. 'inferr' builds upon the solid set of
    statistical tests provided in 'stats' package by including additional data types as inputs, expanding and
    restructuring the test results. The tests included are t tests, variance tests, proportion tests, chi square tests, Levene's test, McNemar Test, Cochran's Q test and Runs test.
Depends: R(>= 3.2)
License: MIT + file LICENSE
URL: https://rsquaredacademy.github.io/inferr/,
        https://github.com/rsquaredacademy/inferr
BugReports: https://github.com/rsquaredacademy/inferr/issues
Imports: data.table, magrittr, Rcpp, stats, utils
Suggests: covr, knitr, rmarkdown, testthat, xplorerr
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.1.1
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2021-05-28 07:53:38 UTC; HP
Author: Aravind Hebbali [aut, cre] (<https://orcid.org/0000-0001-9220-9669>)
Maintainer: Aravind Hebbali <hebbali.aravind@gmail.com>
Repository: CRAN
Date/Publication: 2021-05-28 17:30:02 UTC
back to top