Other packages > Find by keyword >

ShortForm  

Automatic Short Form Creation
View on CRAN: Click here


Download and install ShortForm package within the R console
Install from CRAN:
install.packages("ShortForm")

Install from Github:
library("remotes")
install_github("cran/ShortForm")

Install by package version:
library("remotes")
install_version("ShortForm", "0.5.5")



Attach the package and use:
library("ShortForm")
Maintained by
Anthony Raborn
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-10-20
Latest Update: 2023-03-08
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.
How to cite:
Anthony Raborn (2017). ShortForm: Automatic Short Form Creation. R package version 0.5.5, https://cran.r-project.org/web/packages/ShortForm. Accessed 03 Dec. 2024.
Previous versions and publish date:
0.3.0 (2017-10-20 10:39), 0.4.0 (2018-03-30 14:53), 0.4.1 (2018-06-13 17:01), 0.4.2 (2018-10-17 06:20), 0.4.3 (2019-08-07 19:40), 0.4.4 (2019-10-10 06:20), 0.4.5 (2020-02-25 06:10), 0.4.6 (2020-03-13 18:30), 0.5.2 (2023-03-08 16:50), 0.5.3 (2023-12-13 05:50), 0.5.4 (2024-05-22 19:50), 0.5.5 (2024-06-05 19:00)
Other packages that cited ShortForm R package
View ShortForm citation profile
Other R packages that ShortForm depends, imports, suggests or enhances
Complete documentation for ShortForm
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
donut  
Nearest Neighbour Search with Variables on a Torus
Finds the k nearest neighbours in a dataset of specified points, adding the option to wrap certain ...
Download / Learn more Package Citations See dependency  
telemac  
R Interface to the TELEMAC Model Suite
An R interface to the TELEMAC suite for modelling of free surface flow. This includes methods for m ...
Download / Learn more Package Citations See dependency  
EDOtrans  
Euclidean Distance-Optimized Data Transformation
A data transformation method which takes into account the special property of scale non-invariance w ...
Download / Learn more Package Citations See dependency  
FSInteract  
Fast Searches for Interactions
Performs fast detection of interactions in large-scale data using the method of random intersection ...
Download / Learn more Package Citations See dependency  
CRANsearcher  
RStudio Addin for Searching Packages in CRAN Database Based on Keywords
One of the strengths of R is its vast package ecosystem. Indeed, R packages extend from visualizatio ...
Download / Learn more Package Citations See dependency  

23,310

R Packages

200,798

Dependencies

63,203

Author Associations

23,278

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA