Package: swa
Title: Subsampling Winner Algorithm for Classification
Version: 0.8.1
Authors@R: c(person("Xingye", "Qiao", email = "qiao@math.binghamton.edu", role = c("aut", "cre")),person("Jiayang", "Sun", email = "jsun@case.edu", role = c("aut")),person("Yiying", "Fan", email = "Y.FAN67@csuohio.edu", role = c("aut")))
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) <http://people.math.binghamton.edu/qiao/swa.html>.
Depends: R (>= 3.3.1), ROCR, reshape, ggplot2
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests: testthat
NeedsCompilation: no
Packaged: 2017-10-18 13:52:10 UTC; Xingye_Dell_5480
Author: Xingye Qiao [aut, cre],
  Jiayang Sun [aut],
  Yiying Fan [aut]
Maintainer: Xingye Qiao <qiao@math.binghamton.edu>
Repository: CRAN
Date/Publication: 2017-10-18 17:10:37 UTC
Built: R 4.6.0; ; 2025-08-18 11:58:46 UTC; unix
