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
Define custom variables in all of Stan's program blocks via function stanvar. (#459)
Change the scope of non-linear parameters to be global within univariate models. (#390)
Allow to automatically group predictor values in Gaussian processes specified via gp. This may lead to a considerable increase in sampling efficiency. (#300)
Compute LOO-adjusted R-squared using method loo_R2.
Compute non-linear predictors outside of a loop over observations by means of argument loop in brmsformula.