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
Improve marginal_effects to better display ordinal and categorical models via argument categorical. (#491, #497)
Improve method kfold to offer more options for specifying omitted subsets. (#510)
Compute estimated values of non-linear parameters via argument nlpar in method fitted.
Disable automatic cell-mean coding in model formulas without an intercept via argument cmc of brmsformula and related functions thanks to Marie Beisemann.
Allow using the bridge_sampler method even if prior samples are drawn within the model. (#485)
Specify post-processing functions of custom families directly in custom_family.
Select a subset of coefficients in fixef, ranef, and coef via argument pars. (#520)
Allow to overwrite already stored fit indices when using add_ic.
Other changes
Ignore argument resp when post-processing univariate models thanks to Ruben Arslan. (#488)
Deprecate argument ordinal of marginal_effects. (#491)