leifeld / texreg

Conversion of R Regression Output to LaTeX or HTML Tables
112 stars 42 forks source link

Fix critical mistake in gof for extract.wls #187

Closed riedlc closed 2 years ago

riedlc commented 2 years ago

Fixes mistake in calculation of average variance extracted (AVE). Should be average SQUARED loadings. Improvement: fit gof should be reported for target model, not null model. Some housekeeping: adding chi-square pvalue to gof

codecov[bot] commented 2 years ago

Codecov Report

Merging #187 (602693b) into master (087fc4a) will decrease coverage by 0.01%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #187      +/-   ##
==========================================
- Coverage   41.06%   41.05%   -0.02%     
==========================================
  Files           3        3              
  Lines        6713     6715       +2     
==========================================
  Hits         2757     2757              
- Misses       3956     3958       +2     
Impacted Files Coverage Δ
R/extract.R 22.28% <0.00%> (-0.02%) :arrow_down:

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 087fc4a...602693b. Read the comment docs.