You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
implement the Wakanabe-Akaike Information Criterion (WAIC)
implement the ||-syntax for random effects allowing for the estimation of random effects standard deviations without the estimation of correlations.
allow to combine multiple grouping factors within one random effects argument using the interaction symbol ':'
generalize S3 method 'hypothesis' to be used with all parameter classes not just fixed effects. In addition, one-sided hypothesis testing is now possible.
introduce new family 'multigaussian' allowing for multivariate normal regression.
introduce new family 'bernoulli' for dichotomous response variables as a more efficient alternative to families 'binomial' or 'categorical' in this special case.
other changes
slightly change the internal structure of brms to reflect that rstan is finally on CRAN.
thoroughly check validity of the response variable before the data is passed to Stan.