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]
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.6, https://cran.r-project.org/web/packages/ShortForm. Accessed 04 Jan. 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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

ravedash  
Dashboard System for Reproducible Visualization of "iEEG"
Dashboard system to display the analysis results produced by 'RAVE' (Magnotti J.F., Wang Z., Beauch ...
Download / Learn more Package Citations See dependency  
NestedMenu  
A Nested Menu Widget for 'Shiny' Applications
Provides a nested menu widget for usage in 'Shiny' applications. This is useful for hierarchical ch ...
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  
qualmap  
Opinionated Approach for Digitizing Semi-Structured Qualitative GIS Data
Provides a set of functions for taking qualitative GIS data, hand drawn on a map, and converting it ...
Download / Learn more Package Citations See dependency  
epubr  
Read EPUB File Metadata and Text
Provides functions supporting the reading and parsing of internal e-book content from EPUB files. T ...
Download / Learn more Package Citations See dependency  
gggibbous  
Moon Charts, a Pie Chart Alternative
Moon charts are like pie charts except that the proportions are shown as crescent or gibbous portio ...
Download / Learn more Package Citations See dependency  

23,440

R Packages

202,297

Dependencies

63,567

Author Associations

23,434

Publication Badges

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