-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add h_glm_negbin()
#1163
add h_glm_negbin()
#1163
Conversation
Code Coverage Summary
Diff against main
Results for commit: 52764fc Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 82 suites 1m 6s ⏱️ Results for commit 52764fc. ♻️ This comment has been updated with latest results. |
Unit Test Performance DifferenceAdditional test case details
Results for commit 22c45fd ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @duanx9 ! I have made some small comments. Cheers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! Thanks @duanx9
hang on! @duanx9 , let me take another look |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi @duanx9
I was wondering if you can add more test cases (snapshots), for the negative binomial model, take examples from
- testthat::test_that("summarize_glm_count works with healthy inputs", {
- testthat::test_that("s_glm_count works with no reference group selected.", {
- testthat::test_that("s_glm_count works with healthy input", {
rename previous test with "poisson distribution", and add new ones for "negative binomial"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Brilliant! Many thanks @duanx9
Close #856
h_glm_negbin()
.NEWS.md
.