parameters icon indicating copy to clipboard operation
parameters copied to clipboard

Fix printing for `effects = "grouplevel"`

Open strengejacke opened this issue 8 months ago • 0 comments

We need to save the effects argument, so we can detect whether we have "grouplevel" in .format_columns_multiple_components().

Currently, group-level estimates have the wrong header, because the Effects column is removed, since it only has one unique value ("random"). This means that group level effects are not detected as random effects when printing.

strengejacke avatar May 04 '25 17:05 strengejacke