Releases: Kss2k/modsem
Releases · Kss2k/modsem
CRAN release version 1.0.16
What's Changed
- Secondary pruning, and efficient contributions calculation by @Kss2k in #115
- Add pure forward difference mode in fdHESS() by @Kss2k in #116
- Add
standardizedargument tomodsem_inspect_da()by @Kss2k in #120 - Automatically handle ovs in
modsem_da()by @Kss2k in #119
Full Changelog: v1.0.15...v1.0.16
CRAN release version 1.0.15
What's Changed
- Dynamically set
H0argument insummary() - Add
plot.jn.pointsargument toplot_jn() - Fix wrong axis labels in
plot_surface() - Don't standardize sampling weights with standardize.data=TRUE
- Correctly handle
tibbleinput. - Check for RCS models in
bootstrap_modsem() - Pass additional argument to
FUNinbootstrap_modsem.lavaan()
Full Changelog: v1.0.14...v1.0.15
CRAN release version 1.0.14
Release of version 1.0.14 on CRAN
What's Changed
- Handle NA-modifiers by @Kss2k in #97
- Multigroup models in
modsem_daby @Kss2k in #100 - Allow overlapping indicators between etas and xis in LMS by @Kss2k in #104
- Add greyscale option to
plot_interaction()andplot_jn()by @Kss2k in #107 - Sampling weights by @Kss2k in #108
Full Changelog: v1.0.13...v1.0.14
CRAN release version 1.0.13
Release of version 1.0.13 on CRAN
What's Changed
- Handle higher order variables in
relcorr_single_item()andmodsem_da()by @Kss2k in #78 - Include quadratic effects in plotting/margins by @Kss2k in #80
- Fix handling of lavaan labels for interaction terms by @Kss2k in #81
- Improve input validation in plotting functions by @Kss2k in #82
- Add options for setting theme in
plot_surface()by @Kss2k in #83 - Handle residual covariances between indicators in x and y by @Kss2k in #84
- Improve handling of residual covariances in
relcorr_single_item()by @Kss2k in #85 - Upgrade to C++17 by @Kss2k in #86
- Better optimization of starting parameters of latent mean structures by @Kss2k in #87
- Cleaner calculation of Binv in
src/equations_lms.cppby @Kss2k in #88 - Better scaling of Hessian calculation by @Kss2k in #89
- Add clustered bootstrap by @Kss2k in #90
- Mplus constraints by @Kss2k in #91
Full Changelog: v1.0.12...v1.0.13
CRAN release version 1.0.12
Release of version 1.0.12 on CRAN
Changes
- Fixed error in original equations from QML paper (Klein & Muthén 2007).
- Added cluster robust standard errors (equivalent to
TYPE=COMPLEXinMplus) - Improved handling of ordinal variables
- Fixed bug in
plot_jn - Improved error handling in
modsem_da - More fit measures available for
modsem_da - Better multithreading in LMS approach
- More efficient calculation of standard errors in LMS approach
CRAN release version 1.0.11
Release of version 1.0.11 on CRAN
Changes
- Fixed typos and formatting in documentation.
- Added
correctionargument tostandardized_estimates.modsem_pifor getting the correct standardized coefficients for interaction terms - Added
centered_estimatesfunction - Three way interactions are now available in
modsem_mplus - Improved handling of residual covariances between product indicators in the PI approaches, when there are multiple interaction terms in the model.
- Added reliability corrected single items (
rcsargument, andrelcorr_single_itemfunction). - Added
twostep()function.. - Added
auto.split.syntaxargument tomodsem_da(). - Added
modsem_mimpute()function to perform multiple imputation using the DA approaches (modsem_da). - Added
bootstrap_modsem()function to bootstrapmodsemmodels, and function. - Improved efficiency of quasi-adaptive quadrature for higher dimensions.
- Made
adaptive.quad = TRUEthe default inmodsem_da.
CRAN release version 1.0.10
CRAN release version 1.0.9
Release of version 1.0.9 on CRAN
Changes
- Implemented an Accelerated Expectation Maximum (EMA) algorithm for the LMS approach. Standard EM algorithm can still be used by setting
algorithm="EM". - Implemented a quasi-adaptive quadrature for the LMS approach. Can be used by setting
adaptive.quad=TRUE. - Imroved estimation of observed Fischer information when using the LMS approach. Observed Fischer information is now the default.
- Added significance tests of slopes of
xonyat +/- 1 SD ofz, in thesimple_slopes()function. - Added
standardizedargument tosimple_slopes(),plot_interaction(),plot_surfaceandplot_jn(). - Implemented
compare_fit()andestimate_h0()formodsem_piobjects. - Added comparative fit statistics based on baseline model (model without interaction terms) to the
summaryformodsem_piobjects. Previously only done formodsem_daobjects. - Added some initial support for multilvel models using the
clusterargument, formodsem_piobjects.