https://github.com/cran/inferr
Raw File
Tip revision: d05cd6ddf1adb1be42550e12d8b9a14ccab6c091 authored by Aravind Hebbali on 02 May 2017, 11:34:13 UTC
version 0.1.1
Tip revision: d05cd6d
DESCRIPTION
Package: inferr
Type: Package
Title: Inferential Statistics
Version: 0.1.1
Authors@R: person("Aravind", "Hebbali", email = "hebbali.aravind@gmail.com", role = c("aut", "cre"))
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.4)
License: MIT + file LICENSE
URL: https://rsquaredacademy.github.io/inferr/,
        https://github.com/rsquaredacademy/inferr
BugReports: https://github.com/rsquaredacademy/inferr/issues
Imports: dplyr, magrittr, Rcpp, tibble, purrr, tidyr
Suggests: testthat, covr, knitr, rmarkdown
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 5.0.1
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2017-05-02 12:09:51 UTC; HP
Author: Aravind Hebbali [aut, cre]
Maintainer: Aravind Hebbali <hebbali.aravind@gmail.com>
Repository: CRAN
Date/Publication: 2017-05-02 12:34:13 UTC
back to top