swa: Subsampling Winner Algorithm for Classification

This algorithm conducts variable selection in the classification setting. It repeatedly subsamples variables and runs linear discriminant analysis (LDA) on the subsampled variables. Variables are scored based on the AUC and the t-statistics. Variables then enter a competition and the semi-finalist variables will be evaluated in a final round of LDA classification. The algorithm then outputs a list of variable selected. Qiao, Sun and Fan (2017) <http://people.math.binghamton.edu/qiao/swa.html>.

Getting started

Package details

AuthorXingye Qiao [aut, cre], Jiayang Sun [aut], Yiying Fan [aut]
MaintainerXingye Qiao <qiao@math.binghamton.edu>
LicenseGPL-3
Version0.8.1
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("swa")

Try the swa package in your browser

Any scripts or data that you put into this service are public.

swa documentation built on May 2, 2019, 2:11 p.m.