ggadjustedforest 0.1.1
Changes
-
cumulative = TRUEwithmodel_type = "logistic"or"coxph"now emits a warning explaining that odds ratios and hazard ratios are non-collapsible effect measures. A shifting OR/HR across sequential models cannot be cleanly attributed to confounding; cumulative display is most interpretable for collapsible measures (risk differences, risk ratios). The feature is retained for descriptive and predictive modelling contexts.
ggadjustedforest 0.1.0
CRAN release: 2026-07-17
Initial release
-
gg_adjusted_forest(): main function producing forest plots and tables for unadjusted and adjusted exposure effects. -
forest_table(): standalone table extraction helper. - Supports
"logistic","linear","poisson", and"coxph"model types. - Cumulative adjustment mode (
cumulative = TRUE). - Optional cluster-robust standard errors via sandwich / lmtest.
- Optional survey weights.
-
patchwork-based combined plot + table display. - S3
printandplotmethods forggadjustedforestobjects.