Skip to content

brms 1.10.2

Compare
Choose a tag to compare
@paul-buerkner paul-buerkner released this 21 Oct 17:28
· 2806 commits to master since this release

new features

  • Allow setting priors on noise-free
    variables specified via function me.
  • Add arguments Ksub, exact_loo
    and group to method kfold for
    defining omitted subsets according to a
    grouping variable or factor.
  • Allow addition argument se
    in skew_normal models.

bug fixes

  • Ensure correct behavior of horseshoe
    and lasso priors in multivariate models
    thanks to Donald Williams.
  • Allow using identity links on
    all parameters of the wiener family
    thanks to Henrik Singmann. (#276)
  • Use reasonable dimnames in the output
    of fitted when returning linear predictors
    of ordinal models thanks to the GitHub user atrolle. (#274)
  • Fix problems in marginal_smooths
    occuring for multi-membership models thanks to
    Hans Tierens.