ShortForm
Automatic Short Form Creation
Automated scale shortening with lavaan, spending its releases repairing its own search algorithms.
◆Recent moves
- 3mo ago
Tabu search fixed for parallel and multidimensional models
Repairs Tabu search under certain parallel workflows and with multidimensional models, and removes ggplot2, ggrepel and tidyr from the plotting methods. The dependency removal is the more durable change; the fixes continue the run of algorithm-level corrections that 0.5.7 started.
View source ↗ - 3mo ago
Ant colony search failed to retain its best model
Fixes the ant colony algorithm not properly updating the best model it had found, and the simulated annealing routine mis-specifying models with factor relationships or outcome variables after the initial model. Both are silent failures: the search returns a short form, just not the one the method should have selected.
View source ↗ - 1y ago
lavaan model specification defaults made forgiving
Fills in default lavaan arguments when a user removes them while respecting any they explicitly override, and adjusts how fitted models are checked for warnings and errors. Convenience housekeeping confined to the ant colony interface.
View source ↗ - 2y ago
Compatibility fixes for a new lavaan release
A single pull request adapting to a new lavaan version. One of several releases in this window whose whole content is keeping pace with the modelling engine underneath.
View source ↗ - 2y ago
Adapted to changed lavaan error and warning messages
Handles changes in the wording of lavaan's errors and warnings, which the package inspects to decide whether a fitted model is usable, plus internal documentation tidying. Fragile coupling, but nothing visible to users.
View source ↗ - 2y ago
Default specification tweaks and documentation fixes
Adjusts the default lavaan model specifications used by the ant colony routine, with spelling and manual corrections alongside. Routine upkeep.
View source ↗