https://github.com/cran/inferr
Raw File
Tip revision: 2c35454e844dfb547adfb7e38cb727063f85df02 authored by Aravind Hebbali on 13 February 2018, 10:12:37 UTC
version 0.3.0
Tip revision: 2c35454
DESCRIPTION
Package: inferr
Type: Package
Title: Inferential Statistics
Version: 0.3.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, rlang, shiny, tibble, tidyr
Suggests: covr, descriptr, haven, 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: 2018-02-13 11:01:11 UTC; HP
Author: Aravind Hebbali [aut, cre]
Maintainer: Aravind Hebbali <hebbali.aravind@gmail.com>
Repository: CRAN
Date/Publication: 2018-02-13 11:12:37 UTC
back to top