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]
All associated links for this package
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 02 Feb. 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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
listcompr  
List Comprehension for R
Syntactic shortcuts for creating synthetic lists, vectors, data frames, and matrices using list com ...
Download / Learn more Package Citations See dependency  
cleandata  
To Inspect and Manipulate Data; and to Keep Track of This Process
Functions to work with data frames to prepare data for further analysis. The functions for imputati ...
Download / Learn more Package Citations See dependency  
cptcity  
'cpt-city' Colour Gradients
Incorporates colour gradients from the 'cpt-city' web archive available at ...
Download / Learn more Package Citations See dependency  
mbmixture  
Microbiome Mixture Analysis
Evaluate whether a microbiome sample is a mixture of two samples, by fitting a model for the number ...
Download / Learn more Package Citations See dependency  
bndovb  
Bounding Omitted Variable Bias Using Auxiliary Data
Functions to implement a Hwang(2021) estimator, which bounds an omitted v ...
Download / Learn more Package Citations See dependency  

23,580

R Packages

204,057

Dependencies

63,980

Author Associations

23,581

Publication Badges

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