tbates / umx

Making Structural Equation Modeling (SEM) in R quick & powerful
https://tbates.github.io/
44 stars 17 forks source link

umxFitIndices() #110

Closed bwiernik closed 4 years ago

bwiernik commented 4 years ago

One year later! Sorry on the delay. The package builds and passes R CMD CHECK.

Updates the computation and reporting of various fit indices. Future updates still need to provide unbiased estimators and confidence intervals for residual indices. Future changes should also better accommodate multiple groups, multiple levels, definition variables, ordinal variables, etc. (though some of that needs upstream changes in OpenMx too).

codecov[bot] commented 4 years ago

Codecov Report

Merging #110 into master will decrease coverage by 0.42%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #110      +/-   ##
==========================================
- Coverage   13.16%   12.73%   -0.43%     
==========================================
  Files          21       21              
  Lines        8028     8299     +271     
==========================================
  Hits         1057     1057              
- Misses       6971     7242     +271
Impacted Files Coverage Δ
R/umx_fit_umxFitIndices.R 0% <0%> (ø) :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 fe513f2...076a858. Read the comment docs.