forked from KarolineHuth/easybgm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
41 lines (41 loc) · 1.48 KB
/
DESCRIPTION
File metadata and controls
41 lines (41 loc) · 1.48 KB
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
Package: easybgm
Type: Package
Title: Extracting and Visualizing Bayesian Graphical Models
Version: 0.4.0
Authors@R: c(
person("Karoline", "Huth", , "k.huth@uva.nl", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0662-1591")),
person("Sara", "Keetelaar", role = c("ctb")),
person("Nikola", "Sekulovski", role = c("ctb")),
person("Gali", "Geller", role = c("ctb"))
)
Maintainer: Karoline Huth <k.huth@uva.nl>
Description: Fit and visualize the results of a Bayesian analysis of networks commonly found in psychology.
The package supports cross-sectional network models fitted using the packages 'BDgraph', 'bgms' and 'BGGM',
as well as network comparison tests fitted using the packages 'bgms' and 'BBGM'.
The package provides the parameter estimates, posterior inclusion probabilities, inclusion Bayes factor, and the
posterior density of the parameters. In addition, for 'BDgraph' and 'bgms' it allows to assess the posterior
structure space. Furthermore, the package comes with an extensive suite for visualizing results.
License: GPL (>= 2)
URL: https://github.com/KarolineHuth/easybgm
BugReports: https://github.com/KarolineHuth/easybgm/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 4.1.0)
Imports:
BDgraph,
BGGM,
bgms (>= 0.1.4),
dplyr,
ggplot2,
HDInterval,
igraph,
qgraph,
coda
Suggests:
testthat (>= 3.2.3),
vdiffr
Config/testthat/edition: 3