forked from xfim/ggmcmc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
53 lines (33 loc) · 1.54 KB
/
NEWS
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
Version 0.3
------------------------------
MAJOR CHANGES
- ggs() can import MCMCpack objects, stanfit objects and csv files from Stan
running from the command line, in addition to the previous import of samples
from mcmc.list() objects (from the coda package).
- New functions ggs_Rhat() and ggs_geweke() that show graphically the results
of the Rhat (potential scale reduction factor, by Gelman & Rubin), and the
Geweke diagnostic (z-score).
- ggs_caterpillar is able to plot against a continuous variable due to the
addition of the 'X' argument
- ggs_caterpillar() has the ability to plot two models, so that model
comparison is easier. Thanks to Zachary M. Jones.
- New parameter "family" that allows to select only certain parameters from
the ggs object based on a regular expression (i.e., select all "beta"
parameters, or all "theta", ones, or "alpha\\[1,.\\]", etc...)
MINOR CHANGES
- Traceplot now shows by default the burnin period and takes care of the
thinning, used by ggs_traceplot() and ggs_running().
- New argument to have absolute colour scale in crosscorrelations.
- ggs_caterpillar() is horizontal by default.
- Documentation has been improved.
Version 0.2
------------------------------
MINOR CHANGES
- opts() is replaced by theme() as it is deprecated in ggplot-0.9.2.
- theme_text() is replaced by element_text() as it is deprecated in
ggplot-0.9.2.
- opts(title="") is replaced by labs(title="") as it is deprecated in
ggplot-0.9.2.
Version 0.1
------------------------------
Initial version