Package: inferr Type: Package Title: Inferential Statistics Version: 0.3.2.9000 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 (>= 3.0.0), xplorerr Encoding: UTF-8 LazyData: true VignetteBuilder: knitr RoxygenNote: 7.3.2 LinkingTo: Rcpp Config/testthat/edition: 3 Repository: https://rsquaredacademy.r-universe.dev Date/Publication: 2024-11-11 15:03:55 UTC RemoteUrl: https://github.com/rsquaredacademy/inferr RemoteRef: HEAD RemoteSha: ac5d4ee7969301e84e608186d53a9cb0be101cac NeedsCompilation: yes Packaged: 2026-07-22 06:24:06 UTC; root Author: Aravind Hebbali [aut, cre] (ORCID: ) Maintainer: Aravind Hebbali