Skip to content

cSEM version 0.4.0

Latest
Compare
Choose a tag to compare
@M-E-Rademaker M-E-Rademaker released this 20 Apr 12:26
· 243 commits to master since this release

cSEM 0.4.0 (2021-04-20)

Major changes

  • New function exportToExcel(). The function conveniently exports the results
    from assess(), predict(), summarize() and testOMF() to an .xlsx file.

Bug fixes

  • Critical bug fix: calculateVifModeB() did not calculate the VIFs for modeB
    constructs correctly because of a bug in the calculation of the R^2.
    PLEASE REVIEW YOUR CALCULATIONS in cSEM version < 0.3.1:9000! (thanks to @benjamin Liengaard
    for pointing it out).

  • Bug fix: predict() no longer silently returns empty predictions when .test_data
    does not contain rownames.

  • Bug fix: calculation of the MSE in modelSelectionCriteria() resulted in a
    vector of incorrect length. In some cases this affected the computation
    of "GM" and "Mallows_cp".