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
Add a new imputed argument to accept a mice multiply imputed dataset ("mids") in brm_model() (#121).
Add a summary() method for brm_transform_marginal() objects.
Do not recheck the rank of the formula in brm_transform_marginal().
Support constrained longitudinal data analysis (cLDA) for informative prior archetypes brm_archetype_cells(), brm_archetype_effects(), brm_archetype_successive_cells(), and brm_archetype_successive_effects() (#125). We cannot support cLDA for brm_archetype_average_cells() or brm_archetype_average_effects() because then some parameters would no longer be averages of others.