estimate_contrasts() gets a post_process argument#622
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a new post_process argument to estimate_contrasts() and related functions to support multi-step comparisons and post-processing of results. It also updates documentation, adds corresponding tests, and makes minor adjustments to helper functions. However, two issues were identified in the review: first, a runtime error will occur in .guess_marginaltrends_arguments() because the variable dots is undefined; second, the newly added tests are unnecessarily skipped for R versions below 4.5.0, which would prevent them from running on current stable releases of R.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
No description provided.