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.6")



Attach the package and use:
library("ShortForm")
Maintained by
Anthony Raborn
[Scholar Profile | Author Map]
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.6, https://cran.r-project.org/web/packages/ShortForm. Accessed 29 Mar. 2025.
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
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1803/1903/2003/2103/2203/2303/2403/2503/2603/27Downloads for ShortForm0246810121416182022242628TrendBars

Today's Hot Picks in Authors and Packages

landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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