RFanalysis | R Documentation |
Note: dataset is expected to be in "wide" format for this function. Note2: This function is a work in progress and still needs some more testing. Use with caution.
RFanalysis(
data,
subset = NULL,
predictors,
confounders,
dependent.var,
ntree = 10000,
select.best.mtry = TRUE,
...
)
data |
dataframe to use (original: ISA.cellular) |
subset |
whether or not to use subset of data |
predictors |
character value, predictors (original: cell.subsets.to.analyse) |
confounders |
character value, confounding variables (original: confounding.vars) |
dependent.var |
character value (original: dependent.variable) |
ntree |
numerical, number of trees to use in random forest |
select.best.mtry |
logical |
... |
other parameters parsed to the randomForest function |
a randomForest object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.