To install the package with OpenMP parallel processing enabled, on most non-Windows systems, do the following:
To install the package with OpenMP parallel processing enabled, on most Windows systems, do the following:
Packages > Install package(s) from local zip files
Then navigate to the directory where you downloaded the zip file and
click on it.Then you can do the following:
At the start of every R session, you can set the number of cores
accessed during OpenMP parallel execution by issuing the command
The default value for rf.cores is -1 (-1L), if left unspecified, which uses all but one available cores, with a minimum of two.
The default value for
As stated above, this option command can be placed in the users .Rprofile file.
(rfsrc, grow)
. Used for prediction. Predicted values are obtained by dropping the
user supplied test data down the grow forest. The resulting object
has class(rfsrc, predict)
.
Ishwaran H. and Kogalur U.B. (2007). Random survival forests for R, Rnews, 7(2):25-31.
Ishwaran H., Kogalur U.B., Blackstone E.H. and Lauer M.S. (2008). Random survival forests, Ann. App. Statist., 2:841-860.
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. (2014). The effect of splitting on random forests. Machine Learning (in press).
Ishwaran H., Gerds T.A., Kogalur U.B., Moore R.D., Gange S.J. and Lau B.M. (2014). Random survival forests for competing risks. Biostatistics (in press).