Skip to contents

semhelpinghands 0.1.11

Minor Fixes

  • Revised standardizedSolution_boot_ci() to handle unusual cases in which the bootstrap estimates in the standardized solution cannot be computed. (0.1.10.1)
  • Corrected some model specifications that are incompatible with the new parser of lavaan. (0.1.10.2)

semhelpinghands 0.1.10

CRAN release: 2024-03-12

New Features

  • Added ptable_to_syntax() for converting a lavaan parameter table to a lavaan model syntax. (0.1.9.1 - 0.1.9.6).
  • Added fitMeasures_by_models(), with a print method (print.fit_by_models()). Generate a compact table of the fit measures for two or more models, with models as the columns. For quick preview and comparison. (0.1.9.12)

Others

  • Fixed some typos in NEWS.md. (0.1.9.8)
  • The default of col_names for group_by_models() is now "est.std" if use_standardizedSolution is TRUE. (0.1.9.11)

semhelpinghands 0.1.9

CRAN release: 2023-09-17

New Features

  • Added store_boot_est_std() and store_boot_def() for computing and storing bootstrap estimates of the standardized solution and user parameters, respectively. Added get_boot_est_std() and get_boot_def() to extract the computed estimates. (0.1.8.2, 0.1.8.3, 0.1.8.5).
  • Set the class of the output of standardizedSolution_boot_ci() to std_solution_boot, with a print method for printing the output as in the printout of the summary output of a lavaan-class object. (0.1.8.4)
  • Added plot_boot() for diagnostic plots for bootstrapping, similiar to those for the output of boot::boot(). Can be used for lavaan’s bootstrap estimates for free parameters, user-defined parameters (stored by store_boot_def()), or standardized solution (stored by store_boot_est_std()). Also added an article to the pkgdown website (0.1.8.6, 0.1.8.10).

semhelpinghands 0.1.8

CRAN release: 2023-07-06

New Features

Others

  • Updated a badge in README.md. (0.1.6.1)
  • Updated the pkgdown site. (0.1.6.2)
  • Added a test for noSuggests in R CMD check. (0.1.6.3)
  • Shorten the y-axis label of the plot of show_ifi(). (0.1.8)

semhelpinghands 0.1.6

CRAN release: 2023-01-06

  • Fixed word wrap in DESCRIPTION. (0.1.4.5)
  • Added R CMD Check action. (0.1.4.5)
  • Fixed a typo error; updated doc. (0.1.4.6)
  • Modified standardizedSolution_boot_ci() to work with lavaan 0.6-13. Bootstrap replications with errors (e.g., inadmissible solutions), if flagged, will be removed.
  • Fixed an issue on README.md. (0.1.6)

semhelpinghands 0.1.4.4 (CRAN)

CRAN release: 2022-08-27

  • Fixed some typo errors. (0.1.4.2)
  • Fixed a link. (0.1.4.3)
  • Fixed CRAN related issues. (0.1.4.4)

semhelpinghands 0.1.4.1

semhelpinghands 0.1.4.0

  • Improved the notes in examples. (0.1.2.1)
  • Fixed some bugs. (0.1.2.1)
  • Provided the background information on standardizedSolution_boot_ci(). (0.1.2.2, 0.1.2.3)
  • Added se_ratios() for comparing standard errors by different estimators. (0.1.2.4)
  • Added show_more_options(). (0.1.2.5)
  • Fixed a bug in estimates table manipulation functions. (0.1.3.2)
  • Fixed a bug in the test that used known results. (0.1.4.0)

semhelpinghands 0.1.2.0