View source: R/analysisRF-Boruta.R
rfboruta | R Documentation |
Perform random forest Boruta analysis
rfboruta(
dataset = NULL,
factor = NULL,
max_runs = 100,
roughfix = F,
alpha = 0.01
)
dataset |
MicroVis dataset. Defaults to the active dataset |
factor |
Factor to analyze by. Defaults to the active factor |
max_runs |
Maximum number of runs for Boruta algorithm. Default is 100 |
roughfix |
Perform roughfix of indeterminate features? Defaults to FALSE |
alpha |
Significance threshold. Defaults to 0.01 |
List of 3 tables with the class error, errors, and the Boruta results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.