-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
53 lines (53 loc) · 1.54 KB
/
Copy pathDESCRIPTION
File metadata and controls
53 lines (53 loc) · 1.54 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
42
43
44
45
46
47
48
49
50
51
52
53
Package: BayesTools
Title: Tools for Bayesian Analyses
Version: 0.3.0
Description: Provides tools for conducting Bayesian analyses and Bayesian model averaging
(Kass and Raftery, 1995, <doi:10.1080/01621459.1995.10476572>,
Hoeting et al., 1999, <doi:10.1214/ss/1009212519>). The package contains
functions for creating a wide range of prior distribution objects, mixing posterior
samples from 'JAGS' and 'Stan' models, plotting posterior distributions, and etc...
The tools for working with prior distribution span from visualization, generating 'JAGS'
and 'bridgesampling' syntax to basic functions such as rng, quantile, and distribution functions.
Maintainer: František Bartoš <f.bartos96@gmail.com>
Authors@R: c(
person("František", "Bartoš", role = c("aut", "cre"),
email = "f.bartos96@gmail.com", comment = c(ORCID = "0000-0002-0018-5573"))
)
URL: https://fbartos.github.io/BayesTools/
BugReports: https://github.com/FBartos/BayesTools/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
SystemRequirements: JAGS >= 4.3.0 (https://mcmc-jags.sourceforge.io/)
Depends:
R (>= 4.1.0),
stats
Imports:
graphics,
grid,
extraDistr,
mvtnorm,
coda,
bridgesampling,
parallel,
ggplot2,
Rdpack,
rlang
Suggests:
scales,
testthat (>= 3.3.0),
vdiffr,
covr,
knitr,
rstan,
rjags,
runjags,
lme4,
BayesFactor,
RoBMA,
rmarkdown
RdMacros: Rdpack
VignetteBuilder: knitr
Config/testthat/edition: 3