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 22 Dec. 2024.
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

Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
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  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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