Skip to content

Conversation

palday
Copy link
Member

@palday palday commented Aug 22, 2025

closes #599

These are now implemented as part of RegressionFormulae.jl. At some point, we may need to provide more specialized methods for complex random effects structures (i.e. interaction with correlation suppression), but these can and should be implemented as methods of RegressionFormuale.jl's functions.

I also added some docs on the formula language, which will help avoid some of the confusion in e.g. #831.

  • add entry in NEWS.md

These are now implemented as part of RegressionFormulae.jl. At some point, we may need to provide more specialized methods for complex random effects structures (i.e. interaction with correlation suppression), but these can and should be implemented as methods of RegressionFormuale.jl's functions.
@palday palday requested a review from kleinschmidt August 22, 2025 20:51
Copy link

codecov bot commented Aug 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.51%. Comparing base (b61a60a) to head (35c19d2).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #855      +/-   ##
==========================================
+ Coverage   95.45%   95.51%   +0.06%     
==========================================
  Files          38       38              
  Lines        3699     3683      -16     
==========================================
- Hits         3531     3518      -13     
+ Misses        168      165       -3     
Flag Coverage Δ
current 95.21% <ø> (+0.06%) ⬆️
minimum 95.51% <ø> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@palday palday requested a review from dmbates August 25, 2025 09:57
@palday palday force-pushed the pa/regression-formulae branch from 8e6d75e to c1e4b9d Compare August 25, 2025 21:40
@palday palday merged commit 718af55 into main Aug 26, 2025
8 of 9 checks passed
@palday palday deleted the pa/regression-formulae branch August 26, 2025 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use RegressionFormulae.jl for defining nesting syntax in fixed effects
2 participants