forked from AnthonyRaborn/ShortForm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.67 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: ShortForm
Type: Package
Title: Automatic Short Form Creation
Version: 0.4.1
Date: 2018-06-12
Authors@R: c(person("Walter", "Leite", email = "Walter.Leite@coe.ufl.edu", role = "aut"), person("Anthony", "Raborn", email = "anthony.w.raborn@gmail.com", role = c("aut", "cre")))
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.
License: LGPL (>= 2.0, < 3) | Mozilla Public License
LazyData: TRUE
RoxygenNote: 6.0.1
Suggests:
knitr,
MplusAutomation (>= 0.7),
rmarkdown
Imports:
lavaan (>= 0.5-22),
ggplot2,
tidyr,
stringr
Depends:
R (>= 3.0.0)
Roxygen: list(wrap = FALSE)
URL: https://github.com/AnthonyRaborn/ShortForm
BugReports: https://github.com/AnthonyRaborn/ShortForm/issues