subsamp: Subsample Winner Algorithm for Variable Selection in Linear Regression with a Large Number of Variables

This subsample winner algorithm (SWA) for regression with a large-p data (X, Y) selects the important variables (or features) among the p features X in explaining the response Y. The SWA first uses a base procedure, here a linear regression, on each of subsamples randomly drawn from the p variables, and then computes the scores of all features, i.e., the p variables, according to the performance of these features collected in each of the subsample analyses. It then obtains the 'semifinalist' of the features based on the resulting scores and determines the 'finalists', i.e., the important features, from the 'semifinalist'. Fan, Sun and Qiao (2017) <http://sr2c.case.edu/swa-reg/>.

Version: 0.1.0
Depends: R (≥ 3.0.1)
Published: 2017-11-14
Author: Yiying Fan [aut, cre], Jiayang Sun [aut], Xingye Qiao [aut]
Maintainer: Yiying Fan <y.fan67 at csuohio.edu>
License: GPL-2 | GPL-3
NeedsCompilation: no
CRAN checks: subsamp results

Documentation:

Reference manual: subsamp.pdf

Downloads:

Package source: subsamp_0.1.0.tar.gz
Windows binaries: r-devel: subsamp_0.1.0.zip, r-release: subsamp_0.1.0.zip, r-oldrel: subsamp_0.1.0.zip
macOS binaries: r-release (arm64): subsamp_0.1.0.tgz, r-oldrel (arm64): subsamp_0.1.0.tgz, r-release (x86_64): subsamp_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=subsamp to link to this page.