Closed DanChaltiel closed 6 months ago
This PR introduces passing ellipsis to summary.betareg().
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 😅
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.
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 😅