statdivlab / rigr

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

implement anova methods for uregress objects #116

Closed yiqunchen closed 2 years ago

yiqunchen commented 2 years ago

implement anova for uregress objects -- support LRT and Wald (including the option to use robust cov matrix) in this commit.

codecov-commenter commented 2 years ago

Codecov Report

Merging #116 (275954d) into main (54dddc1) will decrease coverage by 1.20%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #116      +/-   ##
==========================================
- Coverage   73.92%   72.71%   -1.21%     
==========================================
  Files          21       23       +2     
  Lines        3367     3423      +56     
==========================================
  Hits         2489     2489              
- Misses        878      934      +56     
Impacted Files Coverage Δ
R/anova.R 0.00% <0.00%> (ø)
R/anova_utils.R 0.00% <0.00%> (ø)
R/lincom.R 79.38% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.