CRAN/E | ShortForm

ShortForm

Automatic Short Form Creation

Installation

About

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.

github.com/AnthonyRaborn/ShortForm
Bug report File report

Key Metrics

Version 0.5.3
R ≥ 3.5.0
Published 2023-12-13 144 days ago
Needs compilation? no
License LGPL-2
License LGPL-2.1
License MPL version 1.0
License MPL version 1.1
License MPL version 2.0
CRAN checks ShortForm results

Downloads

Yesterday 2 -33%
Last 7 days 60 -15%
Last 30 days 233 -16%
Last 90 days 731 -35%
Last 365 days 3.389 -31%

Maintainer

Maintainer

Anthony Raborn

anthony.w.raborn@gmail.com

Authors

Anthony Raborn

aut / cre

Walter Leite

aut

Material

NEWS
Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

ShortForm archive

Depends

R ≥ 3.5.0

Imports

lavaan ≥ 0.5-22
ggplot2
ggrepel
tidyr
stringr
methods
doSNOW
parallel
foreach

Suggests

knitr
MplusAutomation ≥ 0.7
rmarkdown
testthat