Closed maxgriswold closed 1 year ago
Merging #3 (d596371) into main (6025ad1) will not change coverage. The diff coverage is
n/a
.:exclamation: Current head d596371 differs from pull request most recent head 64fca57. Consider uploading reports for the commit 64fca57 to get more accurate results
@@ Coverage Diff @@
## main #3 +/- ##
=======================================
Coverage 59.36% 59.36%
=======================================
Files 20 20
Lines 1777 1777
=======================================
Hits 1055 1055
Misses 722 722
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Added documentation for exported functions (@returns and @examples). Refactored a piece of code (made model_terms function simpler, using base R functions, rather than a series of str splits), and added light support for mixed-effect models (only in the instance of no confounding w/o clustered standard errors - extending to other models requires duplicating code and I think it would be smarter to refactor all the repeated code boilerplate rather than continue to hard code changes across a bunch of similar pieces that should be functions).