We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 272a04d commit 9cb331eCopy full SHA for 9cb331e
NEWS.md
@@ -1,12 +1,19 @@
1
# Items for next release
2
3
+* New vignette on AB testing. (#409)
4
+
5
+* `stan_jm()` gains an offset term for the longitudinal submodel. (#415, @pamelanluna)
6
7
* Fix bug where `loo()` with `k_threshold` argument specified would error if the model formula was a string instead of a formula object. (#454)
8
9
* Fix bug where `loo()` with `k_threshold` argument specified would error for
10
models fit with `stan_polr()`. (#450)
11
12
* Fix bug where `stan_aov()` would use the wrong `singular.ok` logic. (#448)
13
14
+* Fix bug where contrasts info was dropped when subsetting the model matrix in
15
+`stan_glm()`. (#459)
16
17
18
# rstanarm 2.21.1
19
0 commit comments