Description Usage Arguments Value Examples
View source: R/random-forest.R
This function generates a random forest from a set of derived important variables. For example, if a set of important random forest variables were calculated from the ARIC Visit 5 Data, this function then uses the HUNT data to create a tree from those variables. This tree is then returned, evaluating how these variables perform in informativeness in the new dataset.
1 |
data |
The tibble containing the Validation dataset |
time |
The time to event variable for this analysis |
outc |
The event indicator variable for this analysis |
valid.terms |
The pre-calculated important terms needed to generate the tree. |
This is the Random Forest grown using the supplied terms
This is the calcuation of relative variable importance, showing how the provided terms replicate in the validation dataset.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.