Description Usage Arguments Value Author(s) References Examples
This function iteratively grows Random Forests using pairwise minimal depth (PMD) weights.
1 2 3 4 5 |
formula |
A symbolic description of the model to be fit. |
data |
Data frame containing the y-outcome and x-variables. |
pmd.initial |
Inital PMD matrix. Note that variables should be arranged as the same order as data. |
obj.initial |
Inital object of class (rfsrc, grow). New object will be created using the data and formula if it is set to null. |
wt |
A function calculating variable weights using PMD matrix where btpmd[i] is the average of ith row in the PMD matrix where only off diagonal elements that have smaller values are used and digpmd[i] is the ith diagonal element in the PMD matrix. |
iteration |
Number of iterations. |
A list of each iteration's output:
pmd |
PMD matrix after jth iteration (first p columns in the dataframe. When there is only one iteration, this equals to pmd.initial. |
digpmd |
Diagonal elements of the PMD matrix used in the jth iteration. |
btpmd |
The average of ith row in the PMD matrix used in the jth iteration, where only off diagonal elements that have smaller values are used. |
wt |
Variable weights used in the jth iteration. |
Yifan Sha and Min Lu
Ishwaran H. (2007). Variable importance in binary regression trees and forests, Electronic J. Statist., 1:519-537.
Ishwaran H., Kogalur U.B., Gorodeski E.Z, Minn A.J. and Lauer M.S. (2010). High-dimensional variable selection for survival data. J. Amer. Statist. Assoc., 105:205-217.
Ishwaran H., Kogalur U.B., Chen X. and Minn A.J. (2011). Random survival forests for high-dimensional data. Statist. Anal. Data Mining, 4:115-132.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.