https://github.com/cran/inferr
Raw File
Tip revision: 2983bf50ddf96a94bbe9a930720a6a56c165e3d7 authored by Aravind Hebbali on 11 December 2017, 16:34:29 UTC
version 0.2.0
Tip revision: 2983bf5
DESCRIPTION
Package: inferr
Type: Package
Title: Inferential Statistics
Version: 0.2.0
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, purrr, Rcpp, shiny, tibble, tidyr
Suggests: covr, jsonlite, knitr, lubridate, readr, readxl, rmarkdown,
        scales, shinyBS, shinythemes, stringr, testthat, tools
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.0.1
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2017-12-11 15:48:45 UTC; HP
Author: Aravind Hebbali [aut, cre]
Maintainer: Aravind Hebbali <hebbali.aravind@gmail.com>
Repository: CRAN
Date/Publication: 2017-12-11 17:34:29 UTC
back to top