RF.Anal: Random Forests

Description Usage Arguments Value See Also

Description

Perform Random Forest analysis. Uses randomForest function. Writes results to "randomforests_sigfeatures.csv" file.

Usage

1
RF.Anal(dataSet, analSet, treeNum = 500, tryNum = 10)

Arguments

dataSet

List, data set object generated by MS_to_MA function.

analSet

List, containing the results of statistical analysis (can be just an empty list).

treeNum

Number of trees to grow.

tryNum

Number of predictors to try for each node.

Value

Native analSet with two added elements:

See Also

randomForest for used statistical function
PlotRF for plotting functions


flajole/MApckg documentation built on May 16, 2019, 1:16 p.m.