Learn R Programming

⚠️There's a newer version (1.2.0) of this package.Take me there.

VSURF (version 0.8.2)

Variable Selection Using Random Forests

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.

Copy Link

Version

Install

install.packages('VSURF')

Monthly Downloads

560

Version

0.8.2

License

GPL (>= 2)

Maintainer

Robin Genuer

Last Published

May 12th, 2014

Functions in VSURF (0.8.2)

toys

A simulated dataset called toys data
tune.VSURF.thres

Tuning of the thresholding and interpretation steps of VSURF
print.VSURF

Print of VSURF results
VSURF.default

Variable Selection Using Random Forests
summary.VSURF

Summary of VSURF results
VSURF.thres.default

Thresholding step of VSURF
plot.VSURF

Plot of VSURF results
VSURF.interp.default

Interpretation step of VSURF
VSURF.pred.default

Prediction step of VSURF