-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
44 lines (44 loc) · 856 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
37
38
39
40
41
42
43
44
Package: SLIDE
Title: Latent Factor Interaction Discovery and Exploration (SLIDE)
Version: 0.1.1
Author: Javad Rahimikollu, Hanxi Xiao, Anna Rosengart
Maintainer: The package maintainer <Javad@pitt.edu>
Description: This method is designed to capture linear and interaction effect of identifiable latent variables defined by covariance structure.
License: MIT
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 4.2.0)
Imports:
cluster,
doParallel,
dplyr,
foreach,
ggplot2,
glmnet,
grDevices,
graphics,
gtools,
knockoff,
linprog,
magrittr,
MASS,
matrixcalc,
methods,
pheatmap,
stringr,
pls,
plyr,
stats,
tidyr,
utils,
yaml,
Matrix,
ggraph,
qgraph,
ggpubr
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr