Description Usage Arguments Value Examples
View source: R/random-forest.R
This function wraps the randomForestSRC::rfsrc()
function. It first runs an
initial tuning algorithm, identifying the most appropriate parameters for
random forest model fit. Then, the model runs the more detailed random forest
tree generation step. The tree is then returned. The time variable must be
stored in a variable named time, and outcome in variable named outc. These
variable translations are done automatically in the functions accessed by
users.
1 |
data |
Tibble of data containing the variables to be regressed. |
seed |
The random seed to standardize random forest creation |
The random forest grown in this algorithm
The tuning forest and parameters derived
The variables used to grow this forest
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.