https://github.com/cran/varSelRF
Raw File
Tip revision: c14ecc033601d1e70e6cab0c42ccfe213a16f95a authored by Ramon Diaz-Uriarte on 27 July 2005, 00:00:00 UTC
version 0.6-2
Tip revision: c14ecc0
DESCRIPTION
Package: varSelRF
Version: 0.6-2
Date: 2005-07-27
Title: Variable selection using random forests
Author: Ramon Diaz-Uriarte <rdiaz@ligarto.org>
Maintainer: Ramon Diaz-Uriarte <rdiaz@ligarto.org>
Depends: R (>= 2.0.0), randomForest
Description: Variable selection from random forests
	     using both backwards variable elimination (for the selection of
	     small sets of non-redundant variables) and selection based on the
	     importance spectrum (somewhat similar to scree plots; for the
	     selection of large, potentially highly-correlated variables). 
	     Main applications in high-dimensional data
	     (e.g., microarray data, and other genomics and proteomics
	     applications).
LazyLoad: Yes
License: GPL version 2 or newer
URL: http://www.r-project.org, http://ligarto.org/rdiaz/Software/Software.html,
http://ligarto.org/rdiaz/Papers/rfVS/randomForestVarSel.html
Packaged: Fri Aug 19 18:19:57 2005; ramon
back to top