-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.75 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: BGGM
Type: Package
Title: Bayesian Gaussian Graphical Models
Version: 2.1.4.9000
Date: 2024-12-12
Authors@R: c(person("Donald", "Williams", email = "[email protected]", role = "aut"),
person("Joris", "Mulder", email = "[email protected]", role = "aut"),
person("Philippe", "Rast", email = "[email protected]", role = c("aut", "cre")))
Description: Fit Bayesian Gaussian graphical models. The methods are separated into
two Bayesian approaches for inference: hypothesis testing and estimation. There are
extensions for confirmatory hypothesis testing, comparing Gaussian graphical models,
and node wise predictability. These methods were recently introduced in the Gaussian
graphical model literature, including
Williams (2019) <doi:10.31234/osf.io/x8dpr>,
Williams and Mulder (2019) <doi:10.31234/osf.io/ypxd8>,
Williams, Rast, Pericchi, and Mulder (2019) <doi:10.31234/osf.io/yt386>.
Depends: R (>= 4.0.0)
License: GPL-2
Imports:
BFpack (>= 1.2.3),
GGally (>= 1.4.0),
ggplot2 (>= 3.2.1),
ggridges (>= 0.5.1),
grDevices,
MASS (>= 7.3-51.5),
methods,
mvnfast (>= 0.2.5),
network (>= 1.15),
reshape (>= 0.8.8),
Rcpp (>= 1.0.4.6),
Rdpack (>= 0.11-1),
sna (>= 2.5),
stats,
utils,
Suggests:
abind (>= 1.4-5),
assortnet (>= 0.12),
networktools (>= 1.3.0),
mice (>= 3.8.0),
psych,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Encoding: UTF-8
LazyData: true
VignetteBuilder:
knitr
RoxygenNote: 7.3.2
LinkingTo: Rcpp,
RcppArmadillo,
RcppDist,
RcppProgress
RdMacros: Rdpack
BugReports: https://github.com/donaldRwilliams/BGGM/issues
Config/testthat/edition: 3
URL: https://donaldrwilliams.github.io/BGGM/