ggeffects
Compute and plot marginal effects and adjusted predictions from R models
ggeffects hands its contrast engine to modelbased and keeps the interface
◆Recent moves
- 1y ago
ggeffects delegates contrasts and slopes to modelbased
⚡ SPARKEnds the cycle of absorbing marginaleffects breakage by handing the computation to modelbased. It is the clearest statement yet that ggeffects intends to be an interface, not an estimation engine.
View source ↗ - 1y ago
Five focal terms and formula-based contrast tests
Raises the focal-term limit to five with patchwork-arranged facet grids, and lets the test argument take a formula for consecutive or reference-level contrasts. Interface breadth in the period just before the modelbased handover.
View source ↗ - 1y ago
Mixed-model predictions split type from interval
Separates unit-level from population-level predictions and moves interval choice to its own argument. A breaking change, but a clarifying one — it makes the mixed-model semantics teachable rather than adding capability.
View source ↗ - 1y ago
Bias correction for back-transformed mixed-model predictions
Adds bias_correction for non-Gaussian mixed models and drops several deprecated arguments. Part of the steady tightening that runs through the 1.7.x line.
View source ↗ - 1y ago
Support for WeightIt model classes
Broadens model coverage to the WeightIt families and fixes multivariate-response and inverse-link interval issues. Typical of how the package grows: one more model class at a time.
View source ↗ - 2y ago
glmgee support and vcov controls for ggemmeans()
Adds glmtoolbox model support and brings ggemmeans() to parity with ggpredict() on variance-covariance arguments. Consistency work across the estimation front ends.
View source ↗