Learn R Programming

swa (version 0.8.1)

Subsampling Winner Algorithm for Classification

Description

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

Copy Link

Version

Install

install.packages('swa')

Monthly Downloads

149

Version

0.8.1

License

GPL-3

Maintainer

Xingye Qiao

Last Published

October 18th, 2017

Functions in swa (0.8.1)

swa

Subsampling Winner Algorithm for Variable Selection in the Classification Setting