Eta for check group variation - #932
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #932 +/- ##
==========================================
+ Coverage 64.07% 64.12% +0.05%
==========================================
Files 94 94
Lines 8321 8355 +34
==========================================
+ Hits 5332 5358 +26
- Misses 2989 2997 +8 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Nice! Do we have a reference for eta? |
|
Nice one indeed, would its usage be more meaningful in the context of exploratory analysis? Or to to help (mixed) model specification? |
|
I've renamed the column to a more generic "r" (see updated example above) - the docs still explain that for numeric variables it is the correlation ratio
Ideally one already knows the design of their data and so know which variables are within/between/both, but this is useful for validating your assumptions (which is why it is in |
This PR adds an
Etacolumn to the output ofcheck_group_variation()which is a numeric effect size of the grouping variable's predictive association strength: when it is 0 the grouping variable carries no predictive information, when it is 1 the variable is perfectly predicted by the grouping variable.sqrt(icc)- also know asCreated on 2026-08-06 with reprex v2.1.1