statdivlab / rigr

Regression, Inference, and General Data Analysis Tools for R
Other
10 stars 3 forks source link

Tightening the regex logic for `-1` in intercepts & `grep` for grabbing relevant columns #111

Closed yiqunchen closed 2 years ago

yiqunchen commented 2 years ago

Tightening the regex logic for -1 in intercepts & grep for grabbing relevant columns; related to issues https://github.com/statdivlab/rigr/issues/103 and https://github.com/statdivlab/rigr/issues/102.

codecov-commenter commented 2 years ago

Codecov Report

Merging #111 (bf80275) into main (95a0921) will increase coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #111      +/-   ##
==========================================
+ Coverage   74.35%   74.37%   +0.02%     
==========================================
  Files          21       21              
  Lines        3330     3333       +3     
==========================================
+ Hits         2476     2479       +3     
  Misses        854      854              
Impacted Files Coverage Δ
R/regress.R 96.51% <100.00%> (+<0.01%) :arrow_up:
R/regress_utils.R 51.02% <100.00%> (+0.11%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dfd04ad...bf80275. Read the comment docs.