1+ Oct 9, 2018 (0.6.1)
2+ * Solve an issue with built binary files.
3+ * Fix an error on peer_ocu with misplaced parentheses.
4+
15Sep 11, 2018 (0.6.0)
26* Add new tasks (Balloon Analogue Risk Task, Choice under Risk and Ambiguity Task, Probabilistic Selection Task, Risky Decision Task (a.k.a. Happiness task), Wisconsin Card Sorting Task)
3- * Add a new model for the Iowa Gambling Task (igt_orl)
7+ * Add a new model for the Iowa Gambling Task (igt_orl)
48* Change priors (Half-Cauchy(0, 5) --> Half-Cauchy(0, 1) or Half-Normal(0, 0.2)
5- * printFit function now provides LOOIC weights and/or WAIC weights
9+ * printFit function now provides LOOIC weights and/or WAIC weights
610
711March 26, 2018 (0.5.1)
812* Add models for the Two Step task
@@ -14,14 +18,14 @@ Dec 25, 2017 (0.5.0)
1418* Support variational Bayesian methods (vb=TRUE)
1519* Allow posterior predictive checks, except for drift-diffusion models (inc_postpred=TRUE)
1620* Add the peer influence task (Chung et al., 2015, USE WITH CAUTION for now and PLEASE GIVE US FEEDBACK!)
17- * Add 'prl_fictitious_rp' model
18- * Made changes to be compatible with the newest Stan version (e.g., // instead of # for commenting).
21+ * Add 'prl_fictitious_rp' model
22+ * Made changes to be compatible with the newest Stan version (e.g., // instead of # for commenting).
1923* In 'prl_*' models, 'rewlos' is replaced by 'outcome' so that column names and labels would be consistent across tasks as much as possible.
2024* Email feature is disabled as R mail package does not allow users to send anonymous emails anymore.
2125* When outputs are saved as a file (*.RData), the file name now contains the name of the data file.
2226
2327May 20, 2017 (0.4.0)
24- * Add a choice reaction time task and evidence accumulation models
28+ * Add a choice reaction time task and evidence accumulation models
2529 - Drift diffusion model (both hierarchical and single-subject)
2630 - Linear Ballistic Accumulator (LBA) model (both hierarchical and single-subject)
2731* Add PRL models that can fit multiple blocks
@@ -34,26 +38,26 @@ Jan 22, 2017 (0.3.1)
3438* Rewrite the "printFit" function.
3539
3640Jan 20, 2017 (0.3.0)
37- * Made several changes following the guidelines for R packages providing interfaces to Stan.
38- * Stan models are precompiled and models will run immediately when called.
39- * The default number of chains is set to 4.
41+ * Made several changes following the guidelines for R packages providing interfaces to Stan.
42+ * Stan models are precompiled and models will run immediately when called.
43+ * The default number of chains is set to 4.
4044* The default value of `adapt_delta` is set to 0.95 to reduce the potential for divergences.
41- * The “printFit” function uses LOOIC by default. Users can select WAIC or both (LOOIC & WAIC) if needed.
45+ * The “printFit” function uses LOOIC by default. Users can select WAIC or both (LOOIC & WAIC) if needed.
4246
4347Dec 28, 2016 (0.2.3.3)
44481. Change
4549 * Add help files
46- * Add a function for checking Rhat values (rhat).
50+ * Add a function for checking Rhat values (rhat).
4751 * Change a link to its tutorial website
4852
4953Dec 21, 2016 (0.2.3.2)
50541. Change
5155 * Use wide normal distributions for unbounded parameters (gng_* models).
52- * Automatic removal of rows (trials) containing NAs.
56+ * Automatic removal of rows (trials) containing NAs.
5357
5458Sep 29, 2016 (0.2.3.1)
55591. Change
56- * Add a function for plotting individual parameters (plotInd)
60+ * Add a function for plotting individual parameters (plotInd)
5761
5862Sat July 16 2016 (0.2.3)
59631. Change
@@ -65,11 +69,11 @@ Sat July 16 2016 (0.2.3)
6569 * ‘plotHDI’ function -> add ‘fontSize’ argument & change the color of histogram
6670
6771Sat Apr 02 2016 (0.2.1)
68- 1. Bug fixes
72+ 1. Bug fixes
6973 * All models: Fix errors when indPars=“mode”
7074 * ra_prospect model: Add description for column names of a data (*.txt) file
71752. Change
72- * Change standard deviations of ‘b’ and ‘pi’ priors in gng_* models
76+ * Change standard deviations of ‘b’ and ‘pi’ priors in gng_* models
7377
7478Fri Mar 25 2016 (0.2.0)
75- Initially released.
79+ Initially released.
0 commit comments