-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
23 lines (23 loc) · 1016 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
Package: dmhBGM
Title: Bayesian Variable Selection for Networks of Binary and/or Ordinal Variables Using Double Metropolis Hastings
Version: 0.0.1
Date: 2023-11-16
Authors@R:
c(
person("Maarten", "Marsman", , "m.marsman@uva.nl", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5309-7502")),
person("Nikola", "Sekulovski", role = "ctb",
comment = c(ORCID = "0000-0001-7032-1684")),
person("Don", "van den Bergh", role = "aut",
comment = c(ORCID = "0000-0002-9838-7308"))
)
Description: Bayesian variable selection methods for analyzing the structure of a Markov Random Field model for a network of binary and/or ordinal variables. Details of the implemented methods can be found in: Marsman and Haslbeck (2023) <doi:10.31234/osf.io/ukwrf>.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports: Rcpp (>= 1.0.7), Rdpack, methods
RdMacros: Rdpack
LinkingTo: Rcpp, RcppProgress, RcppParallel
Depends: R (>= 2.10)
LazyData: true