JuliaStats / GLM.jl

Generalized linear models in Julia
Other
584 stars 114 forks source link

negbin now works with weights. #556

Closed JockLawrie closed 2 months ago

JockLawrie commented 3 months ago

negbin with weights is currently broken. This branch fixes this, so that this works for example: negbin(F, D, args...; wts=wts). A test case is included.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.04%. Comparing base (e2f6c98) to head (e079c8b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #556 +/- ## ========================================== + Coverage 89.86% 90.04% +0.17% ========================================== Files 8 8 Lines 1125 1125 ========================================== + Hits 1011 1013 +2 + Misses 114 112 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.