https://github.com/cran/varSelRF
Raw File
Tip revision: 3699620fec904ceeed9ab79fd0fd6957d1de2c09 authored by Ramon Diaz-Uriarte on 21 September 2006, 00:00:00 UTC
version 0.6-3
Tip revision: 3699620
DESCRIPTION
Package: varSelRF
Version: 0.6-3
Date: 2006-09-21
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
Suggests: snow, Rmpi
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). You can use rpvm instead of Rmpi if you want
	     but I've only tested with Rmpi.
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: Thu Sep 21 13:11:15 2006; ramon
back to top