-
-
Notifications
You must be signed in to change notification settings - Fork 43
Fix printing for effects = "grouplevel" #1098
Copy link
Copy link
Open
Labels
Bug 🐛Something isn't workingSomething isn't workingConsistency 🍏 🍎Expected output across functions could be more similarExpected output across functions could be more similarReprex 💾We need a reproducible example for further investigationWe need a reproducible example for further investigation
Metadata
Metadata
Assignees
Labels
Bug 🐛Something isn't workingSomething isn't workingConsistency 🍏 🍎Expected output across functions could be more similarExpected output across functions could be more similarReprex 💾We need a reproducible example for further investigationWe need a reproducible example for further investigation
Type
Fields
Give feedbackNo fields configured for issues without a type.
We need to save the
effectsargument, so we can detect whether we have"grouplevel"in.format_columns_multiple_components().Currently, group-level estimates have the wrong header, because the
Effectscolumn is removed, since it only has one unique value ("random"). This means that group level effects are not detected as random effects when printing.