new features
- Allow
horseshoe
andlasso
priors to be applied on population-level effects
of non-linear and auxiliary parameters. - Force recompiling
Stan
models
inupdate.brmsfit
via argument
recompile
.
other changes
- Avoid indexing of matrices in non-linear
models to slightly improve sampling speed.
bug fixes
- Fix a severe problem (introduced in version 1.5.0),
when predictingBeta
models thanks to Vivian Lam. - Fix problems when summarizing some models
fitted with older version ofbrms
thanks
to Vivian Lam. - Fix checks of argument
group
in
methodpp_check
thanks to Thomas K. - Get arguments
subset
andnsamples
working correctly inmarginal_smooths
.