-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathNEWS
36 lines (28 loc) · 1.34 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
RSGHB 1.2.2
* Fixed slowdown in code on achieving post-burn-in status.
RSGHB 1.2.1
* Fixed bug in write out for fixed coefficients
* Increased max.print for log file
RSGHB 1.2.0
* Added outputs to allow for better integration with CMC model estimation code
* Added additional options for sampling from posterior of the covariance matrix - hierarchical Inverted Wishart
RSGHB 1.1.2
* Fixed a bug in writeModel when only one random parameter is specified
RSGHB 1.1.1
* Fixed a bug when estimating a model with thinning (gNSKIP > 1)
RSGHB 1.1.0
* doHB now defaults to normal distribution assumptions, if not specified
* doHB now defaults to starting values of 0, if not specified
* RSGHB has been made R-object oriented rather than CSV-file oriented
* This primarily affects how users interact with model outputs
* doHB now returns a model object of class 'RSGHB'
* Save results to disk by setting the 'writeModel' argument in doHB to TRUE, or by using the new 'writeModel' function on an 'RSGHB' object
* Updated documentation, examples, and vignette
* General code improvements to increase speed and reduce memory footprint
RSGHB 1.0.2
* Added ability to fix the mean and variance of random parameters
* plotC function added to plot the posterior means
RSGHB 1.0.1
* General updates and bug fixes
RSGHB 1.0.0
* Functions for estimating Hierarchical Bayesian models