-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
32 lines (32 loc) · 1.08 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: inferr
Type: Package
Title: Inferential Statistics
Version: 0.3.2.9000
Authors@R: person("Aravind", "Hebbali", email = "[email protected]", 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