Small updates to PR #40#42
Conversation
…te minor addition (adding gaussian model option)
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #42 +/- ##
==========================================
+ Coverage 87.43% 87.86% +0.43%
==========================================
Files 23 26 +3
Lines 748 783 +35
==========================================
+ Hits 654 688 +34
- Misses 94 95 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@shirmath this PR takes yours and adds tests to increase code coverage (also simplifies function for |
…tion, because it cancels out and is therefore not needed
|
@shirmath Do you mind reviewing this PR when you get the chance, to make sure that all of my updates make sense to you? |
|
@svteichman Why does the denominator cancel out in the test statistic in the Gaussian case? All the changes made sense to me outside of that |
|
@adw96 this should be all set to review and merge when you get the chance! |
|
This is excellent, @shirmath and @svteichman -- well done!! This is clear, well-designed, modular code. I think this will flourish as an R package 😻 One minor thing I noticed (that don't need to be addressed to merge) is that Regardless, feel free to merge when ready! |
|
@adw96 I think that a test with binomial family & logit link is in "test-basic.R" lines 51-61. Is this the kind of thing you were hoping for? |

This builds off @shirmath's PR #40. It adds tests of
glm_test()with logistic and gaussian models (to see if this addresses the lower code coverage from that PR), and increments the version to denote a minor update.