forked from ModelOriented/factorMerger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 917 Bytes
/
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
33
34
35
36
Package: factorMerger
Title: Hierarchical Algorithm for Post-Hoc Testing
Version: 0.3.3
Authors@R: c(
person("Agnieszka", "Sitko", email = "[email protected]", role = c("aut", "cre")),
person("Przemyslaw", "Biecek", email = "[email protected]", role = c("aut","ths"))
)
Description: A set of tools to support results of post-hoc testing and enable to
extract hierarchical structure of factors. Work on this package was financially
supported by the 'NCN Opus grant 2016/21/B/ST6/02176'.
Depends:
R (>= 3.2.3)
License: GPL
Encoding: UTF-8
LazyData: true
Imports:
ggplot2,
dplyr,
reshape2,
colorRamps,
proxy,
MASS,
ggpubr,
scales,
mvtnorm,
knitr,
magrittr,
survival,
agricolae,
forcats
RoxygenNote: 6.0.1.9000
URL: https://github.com/MI2DataLab/factorMerger
Suggests:
rmarkdown,
testthat
VignetteBuilder: knitr