-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
17 lines (17 loc) · 863 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Package: matrixTests
Title: Fast Statistical Hypothesis Tests on Rows and Columns of Matrices
Version: 0.2.3
Authors@R: person("Karolis", "Koncevičius", email = "karolis.koncevicius@gmail.com", role = c("aut", "cre"))
Maintainer: Karolis Koncevičius <karolis.koncevicius@gmail.com>
Description: Functions to perform fast statistical hypothesis tests on rows/columns of matrices.
The main goals are: 1) speed via vectorization, 2) output that is detailed and easy to use,
3) compatibility with tests implemented in R (like those available in the 'stats' package).
Depends: R (>= 3.2.2)
Imports: matrixStats
Suggests: PMCMRplus, car, cosinor, cosinor2, moments, nortest
License: GPL-2
Encoding: UTF-8
LazyData: true
URL: https://github.com/karoliskoncevicius/matrixTests
BugReports: https://github.com/karoliskoncevicius/matrixTests/issues
RoxygenNote: 7.2.3