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



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.3, https://cran.r-project.org/web/packages/ShortForm
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)
Other packages that cited ShortForm R package
View ShortForm citation profile
Other R packages that ShortForm depends, imports, suggests or enhances
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

MatrixEQTL  
Matrix eQTL: Ultra Fast eQTL Analysis via Large Matrix Operations
Matrix eQTL is designed for fast eQTL analysis on large datasets. Matrix eQTL can test for associat ...
Download / Learn more Package Citations See dependency  
CompoundEvents  
Statistical Modeling of Compound Events
Tools for extracting occurrences, assessing potential driving factors, predicting occurrences, and q ...
Download / Learn more Package Citations See dependency  
ismev  
An Introduction to Statistical Modeling of Extreme Values
Functions to support the computations carried out in `An Introduction to Statistical Modeling of Ex ...
Download / Learn more Package Citations See dependency  
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  
stagePop  
Modelling the Population Dynamics of a Stage-Structured Species in Continuous Time
Provides facilities to implement and run population models of stage-structured species... ...
Download / Learn more Package Citations See dependency  
multiocc  
Fits Multivariate Spatio-Temporal Occupancy Model
Spatio-temporal multivariate occupancy models can handle multiple species in occupancy models. This ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns