Skip to content

ShortForm

Automatic Short Form Creation

v0.5.6 · Nov 26, 2024 · LGPL (>= 2.0, < 3) | Mozilla Public License

Description

Performs automatic creation of short forms of scales with an ant colony optimization algorithm and a Tabu search. As implemented in the package, the ant colony algorithm randomly selects items to build a model of a specified length, then updates the probability of item selection according to the fit of the best model within each set of searches. The algorithm continues until the same items are selected by multiple ants a given number of times in a row. On the other hand, the Tabu search changes one parameter at a time to be either free, constrained, or fixed while keeping track of the changes made and putting changes that result in worse fit in a "tabu" list so that the algorithm does not revisit them for some number of searches. See Leite, Huang, & Marcoulides (2008) <doi:10.1080/00273170802285743> for an applied example of the ant colony algorithm, and Marcoulides & Falk (2018) <doi:10.1080/10705511.2017.1409074> for an applied example of the Tabu search.

Downloads

283

Last 30 days

14708th

791

Last 90 days

3.3K

Last year

Trend: -3.4% (30d vs prior 30d)

CRAN Check Status

14 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Dependency Network

Dependencies Reverse dependencies lavaan ggplot2 ggrepel tidyr stringr doSNOW foreach ShortForm

Version History

new 0.5.6 Mar 10, 2026
updated 0.5.6 ← 0.5.5 diff Nov 26, 2024
updated 0.5.5 ← 0.5.4 diff Jun 4, 2024
updated 0.5.4 ← 0.5.3 diff May 21, 2024
updated 0.5.3 ← 0.5.2 diff Dec 12, 2023
updated 0.5.2 ← 0.4.6 diff Mar 7, 2023
updated 0.4.6 ← 0.4.5 diff Mar 12, 2020
updated 0.4.5 ← 0.4.4 diff Feb 24, 2020
updated 0.4.4 ← 0.4.3 diff Oct 9, 2019
updated 0.4.3 ← 0.4.2 diff Aug 6, 2019
updated 0.4.2 ← 0.4.1 diff Oct 16, 2018
updated 0.4.1 ← 0.4.0 diff Jun 12, 2018
updated 0.4.0 ← 0.3.0 diff Mar 29, 2018
new 0.3.0 Oct 19, 2017