tidymodels / broom

Convert statistical analysis objects from R into tidy format
https://broom.tidymodels.org
Other
1.46k stars 304 forks source link

Pass ellipsis to `summary.betareg()` #1199

Closed DanChaltiel closed 6 months ago

DanChaltiel commented 7 months ago

This PR introduces passing ellipsis to summary.betareg().

This allows choosing the type of residual, as the default one may produce NaN, as explained in detail in #1198.

I'll leave running the documentation to you, as it would require me to install a tremendous amount of packages 😅

github-actions[bot] commented 6 months ago

This pull request has been automatically locked. If you believe the issue addressed here persists, please file a new PR (with a reprex: https://reprex.tidyverse.org) and link to this one.