-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1004 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
Package: spikeyglass
Title: Bayesian Joint Spike-and-slab Graphical Lasso
Version: 0.0.0.9000
Authors@R:
c(person(given = "Zehang Richard",
family = "Li",
role = c("aut"),
email = "lizehang@gmail.com"),
person(given = "Margaret",
family = "Janiczek",
role = c("aut", "cre"),
email = "mjaniczek@umass.edu")
)
Description: Package implementing the method Bayesian joint spike-and-slab graphical lasso to infer multiple Gaussian graphical models in R. Bayesian treatments of group graphical lasso and fused graphical lasso.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Depends:
R (>= 2.10)
LazyData: true
URL: https://mljaniczek.github.io/spikeyglass/
Imports:
BDgraph,
graphics,
Hmisc,
igraph,
JGL,
MASS,
reshape,
stats