There was an error while loading. Please reload this page.
1 parent 7a3cffd commit a4065e8Copy full SHA for a4065e8
DESCRIPTION
@@ -2,7 +2,7 @@ Package: rstanarm
2
Type: Package
3
Title: Bayesian Applied Regression Modeling via Stan
4
Version: 2.17.4
5
-Date: 2018-04-04
+Date: 2018-04-12
6
Authors@R: c(person("Jonah", "Gabry", email = "jsg2201@columbia.edu", role = "aut"),
7
person("Imad", "Ali", role = "ctb"),
8
person("Sam", "Brilleman", role = "ctb"),
@@ -20,6 +20,8 @@ Authors@R: c(person("Jonah", "Gabry", email = "jsg2201@columbia.edu", role = "au
20
person("Brian", "Ripley", role = "cph",
21
comment = "R/stan_aov.R, R/stan_polr.R"),
22
person("William", "Venables", role = "cph", comment = "R/stan_polr.R"),
23
+ person("Paul-Christian", "Burkner", email = "paul.buerkner@gmail.com",
24
+ role = "cph", comment = "R/misc.R"),
25
person("Ben", "Goodrich", email = "benjamin.goodrich@columbia.edu",
26
role = c("cre", "aut")))
27
Description: Estimates previously compiled regression models using the 'rstan'
inst/NEWS
@@ -1,3 +1,12 @@
1
+Thu April 12 2018 (2.17.4)
+1. Major bug fixes:
+ * stan_jm and stan_mvmer now correctly include the intercept in the longitudinal submodel
+2. New features and arguments:
+ * QR = TRUE no longer ignores autoscale and has new behavior when autoscale = FALSE
+ * posterior_linpred now has a draws argument like for posterior_predict
+ * Dynamic predictions are now supported in posterior_traj
+ * Compatible with loo >= 2.0
9
+
10
Sat February 16 2018 (2.17.3)
11
1. Build fixes for Solaris and avoid a test failure
12
0 commit comments