Skip to content

Releases: knickodem/kfa

kfa 0.2.1

02 Sep 15:27
Compare
Choose a tag to compare

New features and adjustments:

  • data argument added and variable argument re-defined as specifying column names in data
  • The sampling.weights argument is passed appropriately to lavaan and incorporated into the analysis
  • Changed name of threshold argument to the more specific name min.loading
  • Adjusted order of custom.cfa models in flag table to match the order in the model fit table of the report

kfa 0.2.0

21 Feb 14:01
Compare
Choose a tag to compare
  • New features and major adjustments:
    • Users can keep cross-loading variables by setting simple = FALSE and specifying a threshold
    • Default test statistic and fit indices switched from naive to scaled versions (mean and variance adjusted)
    • In agg_model_fit, changed default index to "all"
    • model_structure and get_std_loadings are exported for use
    • Tables sorted based on order of variables and models provided by user rather than alphabetical
  • Bugs and background
    • Deleted Rd files for non-exported functions - silly me :)
    • Fixed rotation error bug in run_efa
    • path disassociated with report.title
    • Plot edges are set to black

kfa 0.1.0

03 Dec 14:50
Compare
Choose a tag to compare

Now available on CRAN