forked from quentingronau/bridgesampling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.72 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
Package: bridgesampling
Type: Package
Title: Bridge Sampling for Marginal Likelihoods and Bayes Factors
Version: 1.1-0
Authors@R: c(person(given="Quentin F.", family="Gronau", role=c("aut", "cre"),
email="[email protected]",
comment=c(ORCID="0000-0001-5510-6943")),
person(given="Henrik", family="Singmann", role="aut",
comment=c(ORCID="0000-0002-4842-3657")),
person(given="Jonathan J.", family="Forster", role="ctb"),
person(given="Eric-Jan", family="Wagenmakers", role="ths"),
person(family="The JASP Team", role="ctb"),
person("Jiqiang", "Guo", role = "ctb"),
person("Jonah", "Gabry", role = "ctb"),
person("Ben", "Goodrich", role = c("ctb")),
person("Kees", "Mulder", role = c("ctb")),
person("Perry", "de Valpine", role = c("ctb"))
)
Depends:
R (>= 3.0.0)
Imports:
mvtnorm,
Matrix,
Brobdingnag,
stringr,
coda,
parallel,
scales,
utils,
methods
Suggests:
testthat,
Rcpp,
RcppEigen,
R2jags,
rjags,
runjags,
knitr,
rmarkdown,
R.rsp,
BayesFactor,
rstan,
rstanarm,
nimble,
MCMCpack
Description: Provides functions for estimating marginal likelihoods, Bayes
factors, posterior model probabilities, and normalizing constants in general,
via different versions of bridge sampling (Meng & Wong, 1996,
<http://www3.stat.sinica.edu.tw/statistica/j6n4/j6n43/j6n43.htm>).
Gronau, Singmann, & Wagenmakers (2020) <doi:10.18637/jss.v092.i10>.
License: GPL (>=2)
LazyData: true
RoxygenNote: 7.0.2
VignetteBuilder: knitr, R.rsp
URL: https://github.com/quentingronau/bridgesampling