Other packages > Find by keyword >

sisal  

Sequential Input Selection Algorithm
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("sisal", "0.49")



Attach the package and use:
library("sisal")
Maintained by
Mikko Korpela
[Scholar Profile | Author Map]
First Published: 2015-10-10
Latest Update: 2020-02-15
Description:
Implements the SISAL algorithm by Tikka and Hollmén. It is a sequential backward selection algorithm which uses a linear model in a cross-validation setting. Starting from the full model, one variable at a time is removed based on the regression coefficients. From this set of models, a parsimonious (sparse) model is found by choosing the model with the smallest number of variables among those models where the validation error is smaller than a threshold. Also implements extensions which explore larger parts of the search space and/or use ridge regression instead of ordinary least squares.
How to cite:
Mikko Korpela (2015). sisal: Sequential Input Selection Algorithm. R package version 0.49, https://cran.r-project.org/web/packages/sisal. Accessed 24 Apr. 2025.
Previous versions and publish date:
0.46 (2015-10-10 15:45), 0.48 (2020-02-15 22:00)
Other packages that cited sisal R package
View sisal citation profile
Other R packages that sisal depends, imports, suggests or enhances
Complete documentation for sisal
Functions, R codes and Examples using the sisal R package
Some associated functions: bootMSE . dynTextGrob . laggedData . plot.sisal . plotSelected.sisal . print.sisal . sisal-package . sisal . sisalData . sisalTable . summary.sisal . testSisal . toy.learn . toy.test . tsToy.learn . tsToy.test . 
Some associated R codes: bootMSE.R . dynTextGrob.R . helpers.R . laggedData.R . plot.sisal.R . plotSelected.R . sisal.R . sisalData.R . sisalTable.R . stripePolygon.R . testSisal.R .  Full sisal package functions and examples
Downloads during the last 30 days
03/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/22Downloads for sisal0102030405060TrendBars

Today's Hot Picks in Authors and Packages

PQLseq  
Efficient Mixed Model Analysis of Count Data in Large-Scale Genomic Sequencing Studies
An efficient tool designed for differential analysis of large-scale RNA sequencing (RNAseq) data and ...
Download / Learn more Package Citations See dependency  
stratbr  
Optimal Stratification in Stratified Sampling
An Optimization Algorithm Applied to Stratification Problem.This function aims at constructing optim ...
Download / Learn more Package Citations See dependency  
rattle  
Graphical User Interface for Data Science in R
The R Analytic Tool To Learn Easily (Rattle) provides a collection of utilities functions for the d ...
Download / Learn more Package Citations See dependency  
clustMixType  
k-Prototypes Clustering for Mixed Variable-Type Data
Functions to perform k-prototypes partitioning clustering for mixed variable-type data according to ...
Download / Learn more Package Citations See dependency  
vudc  
Visualization of Univariate Data for Comparison
Contains functions for visualization univariate data: ccdplot and qddplot. ...
Download / Learn more Package Citations See dependency  
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  

24,098

R Packages

207,311

Dependencies

65,069

Author Associations

24,099

Publication Badges

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