forked from adzafirov/FREETree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.53 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
Package: FREEtree
Type: Package
Title: Tree Method for High Dimensional Longitudinal Data
Version: 0.1.0
Authors@R: c(
person("Yuancheng", "Xu", email = "[email protected]", role = c("aut")),
person("Athanasse", "Zafirov", email = "[email protected]", role = c("cre")),
person("Christina", "Ramirez", email = "[email protected]", role = c("aut")),
person("Dan", "Kojis", email = "[email protected]", role = c("aut")),
person("Min", "Tan", email = "[email protected]", role = c("aut")),
person("Mike", "Alvarez", email = "[email protected]", role = c("aut")))
Description: A tree-based method for high dimensional longitudinal data with
correlated features. 'FREEtree' deals with longitudinal data by using a
piecewise random effect model. It also exploits the network structure
of the features, by first clustering them using Weighted Gene Co-expression
Network Analysis ('WGCNA'). It then conducts a screening step within each
cluster of features and a selecting step among the surviving features,
which provides a relatively unbiased way to do feature selection. By
using dominant principle components as regression variables at each
leaf and the original features as splitting variables at splitting nodes,
'FREEtree' maintains 'interpretability' and improves computational efficiency.
Depends: R (>= 3.1.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: glmertree, pre, WGCNA, MASS
RoxygenNote: 7.1.0
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0)