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 07 Nov. 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)
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

nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
bacondecomp  
Goodman-Bacon Decomposition
Decomposition for differences-in-differences with variation in treatment timing from Goodman-Bacon ...
Download / Learn more Package Citations See dependency  
robregcc  
Robust Regression with Compositional Covariates
We implement the algorithm estimating the parameters of the robust regression model with composition ...
Download / Learn more Package Citations See dependency  
con2aqi  
Calculate the AQI from Pollutant Concentration
To calculate the AQI (Air Quality Index) from pollutant concentration data. O3, PM2.5, PM10, CO, SO ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

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