Other packages > Find by keyword >

VSURF  

Variable Selection Using Random Forests
View on CRAN: Click here


Download and install VSURF package within the R console
Install from CRAN:
install.packages("VSURF")

Install from Github:
library("remotes")
install_github("cran/VSURF")

Install by package version:
library("remotes")
install_version("VSURF", "1.2.0")



Attach the package and use:
library("VSURF")
Maintained by
Robin Genuer
[Scholar Profile | Author Map]
First Published: 2013-05-28
Latest Update: 2022-12-15
Description:
Three steps variable selection procedure based on random forests. Initially developed to handle high dimensional data (for which number of variables largely exceeds number of observations), the package is very versatile and can treat most dimensions of data, for regression and supervised classification problems. First step is dedicated to eliminate irrelevant variables from the dataset. Second step aims to select all variables related to the response for interpretation purpose. Third step refines the selection by eliminating redundancy in the set of variables selected by the second step, for prediction purpose. Genuer, R. Poggi, J.-M. and Tuleau-Malot, C. (2015) <https://journal.r-project.org/archive/2015-2/genuer-poggi-tuleaumalot.pdf>.
How to cite:
Robin Genuer (2013). VSURF: Variable Selection Using Random Forests. R package version 1.2.0, https://cran.r-project.org/web/packages/VSURF. Accessed 11 Apr. 2025.
Previous versions and publish date:
0.5 (2013-05-28 17:36), 0.6 (2013-07-26 12:25), 0.7.5 (2013-10-07 18:21), 0.7.6 (2013-11-13 14:05), 0.7 (2013-09-10 12:27), 0.8.1 (2014-02-05 10:14), 0.8.2 (2014-05-12 16:19), 0.8 (2013-12-18 17:54), 1.0.0 (2015-05-15 12:44), 1.0.1 (2015-10-12 13:46), 1.0.2 (2015-10-15 15:21), 1.0.3 (2016-04-26 16:50), 1.0.4 (2018-04-10 12:08), 1.1.0 (2019-07-18 08:36), 1.2.0 (2022-12-15 14:20)
Other packages that cited VSURF R package
View VSURF citation profile
Other R packages that VSURF depends, imports, suggests or enhances
Complete documentation for VSURF
Functions, R codes and Examples using the VSURF R package
Some associated functions: PM10 . VSURF . VSURF_interp . VSURF_pred . VSURF_thres . plot.VSURF . predict.VSURF . print.VSURF . summary.VSURF . toys . tune . 
Some associated R codes: PM10.R . VSURF.R . VSURF_interp.R . VSURF_pred.R . VSURF_thres.R . plot.VSURF.R . predict.VSURF.R . print.VSURF.R . summary.VSURF.R . toys.R . tune.R .  Full VSURF package functions and examples
Downloads during the last 30 days
03/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/10Downloads for VSURF010203040506070TrendBars

Today's Hot Picks in Authors and Packages

Rwtss  
Client for Web Time-Series Service
Allows remote access to satellite image time series provided by the web time series service (WTSS) ...
Download / Learn more Package Citations See dependency  
GenAlgo  
Classes and Methods to Use Genetic Algorithms for Feature Selection
Defines classes and methods that can be used to implement genetic algorithms for feature selection. ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
extrafrail  
Estimation and Additional Tools for Alternative Shared Frailty Models
Provide estimation and data generation tools for some new multivariate frailty models. This version ...
Download / Learn more Package Citations See dependency  
multIntTestFunc  
Provides Test Functions for Multivariate Integration
Provides implementations of functions that can be used to test multivariate integration routines. T ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA