-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Going to/from mixed model formulas and Hasse diagrams #25
Comments
We'd probably want to start with the balanced case and then extend to the unbalanced case. |
This might be easy to achieve using the |
I have enjoyed |
The Hasse diagram is inscrutable, but the decomposition rivers are nice. Can we leverage D3 and r2d3 at all? |
What about the latest release of |
I (kinda) did a blog post on this based on a paper by Rouder et al. |
One nice way to visualize mixed models is through a Hasse diagram, as in chapter 12 of this book. We should make a tool to make these visuals easy in R, especially the notation specific to mixed effects models. It would interesting to be able to from a
lme4
/brms
/rstanarm
model (or just the formula) to a Hasse diagram, and from a Hasse diagram to a model formula.I wonder if this could lead to visualizations of the decomposition of variance in a multilevel model as at https://mgb-research.netlify.com/post/visualizing-variance-in-multilevel-models-using-the-riverplot-package/.
The text was updated successfully, but these errors were encountered: