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
Model covariates in multi-membership structures that vary over the levels of the grouping factor via mmc terms. (#353)
Fit shifted log-normal models via family shifted_lognormal. (#218)
Specify nested non-linear formulas.
Introduce function make_conditions to ease preparation of conditions for marginal_effects.
other changes
Change the parameterization of weibull and exgaussian models to be consistent with other model
classes. Post-processing of related models fitted with earlier version of brms is no longer possible.
Treat integer responses in ordinal models as directly indicating categories even if the lowest integer is not one.
Improve output of the hypothesis method thanks to the ideas of Matti Vuorre. (#362)
Always plot by variables as facets in marginal_smooths.
Deprecate the cor_bsts correlation structure.
bug fixes
Allow the : operator to combine groups in multi-membership terms thanks to Gang Chen.
Avoid an unexpected error when calling LOO with argument reloo = TRUE thanks to Peter Konings. (#348)
Fix problems in predict when applied to categorical models thanks to Lydia Andreyevna Krasilnikova and Thomas Vladeck. (#336, #345)
Allow truncation in multivariate models with missing values thanks to Malte Lau Petersen. (#380)
Force time points to be unique within groups in autocorrelation structures thanks to Ruben Arslan. (#363)
Fix problems when post-processing multiple uncorrelated group-level terms of the same grouping factor thanks to Ivy Jansen. (#374)
Fix a problem in the Stan code of multivariate weibull and frechet models thanks to the GitHub user philj1s. (#375)
Fix a rare error when post-processing binomial models thanks to the GitHub user SeanH94. (#382)
Keep attributes of variables when preparing the model.frame thanks to Daniel Luedecke. (#393)