forked from xfim/ggmcmc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.06 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
Package: ggmcmc
Title: Graphical tools for analyzing Markov Chain Monte Carlo simulations from
Bayesian inference.
Description: ggmcmc is a tool 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.
Version: 0.3
Maintainer: Xavier Fernández i Marín <[email protected]>
Author: Xavier Fernández i Marín <[email protected]>
Depends:
plyr,
reshape,
ggplot2
Suggests:
foreach,
coda,
rjags
License: GPL-2
URL: http://xavier-fim.net/packages/ggmcmc
Encoding: UTF-8
Collate:
'ggmcmc.R'
'ggs.R'
'ggs_autocorrelation.R'
'ggs_compare_partial.R'
'ggs_crosscorrelation.R'
'ggs_density.R'
'ggs_histogram.R'
'ggs_running.R'
'ggs_traceplot.R'
'data.R'
'help.R'
'functions.R'
'ggs_Rhat.R'
'ggs_geweke.R'
'ggs_caterpillar.R'
'globals.R'