adw96 / breakaway

Species richness with high diversity
68 stars 18 forks source link

Adding AIC and AICc to betta_random() #194

Closed MariaAVC closed 11 months ago

MariaAVC commented 11 months ago

Modified betta_random for the function to return the value of the maximum log-likelihood and both the Akaike information criterion and the finite sample corrected Akaike information criterion.

For documentation purposes, we also modified:

svteichman commented 11 months ago

I'd recommend waiting to merge this pull request until first addressing the failing checks - I'll submit a PR shortly to try to address these

MariaAVC commented 11 months ago

@svteichman Let me know if and how can I help address these failed checks.

svteichman commented 11 months ago

@MariaAVC If you review and merge the PR that I just made into the main repo and then pull those changes into your fork, then your PR should update (I believe) and I think all the checks for your PR will then pass. Once they all pass I think this PR is good to merge as well!

codecov-commenter commented 11 months ago

Codecov Report

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

Comparison is base (bb63fe0) 89.86% compared to head (c0773f6) 89.88%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #194 +/- ## ========================================== + Coverage 89.86% 89.88% +0.01% ========================================== Files 35 35 Lines 2181 2185 +4 ========================================== + Hits 1960 1964 +4 Misses 221 221 ```

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