-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.6 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
57
58
Package: ggmcmc
Title: Tools for Analyzing MCMC Simulations from Bayesian Inference
Description: Tools for assessing and diagnosing convergence of
Markov Chain Monte Carlo simulations, as well as for graphically display
results from full MCMC analysis. The package also facilitates the graphical
interpretation of models by providing flexible functions to plot the
results against observed variables, and functions to work with
hierarchical/multilevel batches of parameters
(Fernández-i-Marín, 2016 <doi:10.18637/jss.v070.i09>).
Version: 1.5.1.1
Authors@R: person("Xavier", "Fernández i Marín", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9522-8870"))
Depends:
R (>= 3.5),
dplyr (>= 1.0.0),
tidyr (>= 1.1.0),
ggplot2
Imports:
GGally (>= 1.1.0)
Suggests:
coda,
knitr,
rmarkdown,
ggthemes,
gridExtra,
Cairo,
extrafont
License: GPL-2
URL: http://xavier-fim.net/packages/ggmcmc/, https://github.com/xfim/ggmcmc/
BugReports: https://github.com/xfim/ggmcmc/issues/
Encoding: UTF-8
Collate:
'data.R'
'functions.R'
'ggmcmc.R'
'ggs.R'
'ggs_Rhat.R'
'ggs_autocorrelation.R'
'ggs_caterpillar.R'
'ggs_compare_partial.R'
'ggs_crosscorrelation.R'
'ggs_density.R'
'ggs_effective.R'
'ggs_geweke.R'
'ggs_diagnostics.R'
'ggs_grb.R'
'ggs_histogram.R'
'ggs_pairs.R'
'ggs_pcp.R'
'ggs_ppmean.R'
'ggs_ppsd.R'
'ggs_rocplot.R'
'ggs_running.R'
'ggs_separation.R'
'ggs_traceplot.R'
'globals.R'
'help.R'
RoxygenNote: 7.1.1
VignetteBuilder: knitr