broom
broom copied to clipboard
Passing custom `ddf` to `tidy.svyglm()`
That issue was already mentioned here: https://github.com/tidymodels/broom/issues/1096 and also appeared here: https://github.com/ddsjoberg/gtsummary/issues/1913
You can specify a custom Denominator degrees of freedom for p-values and for confidence intervals. This parameter is called ddf in confint.svyglm() and df.resid in summary.svyglm().
In the current version of tidy.svyglm() additional arguments can be passed only to confint() but not to summary(). It would be relevant to have here a dedicated argument that would be passed both to summary() (as df.resid) and to confint() (as ddf).