https://github.com/DennisBeest/CoRF
Raw File
Tip revision: 7c9346457e98f9930a3b44d86b5e789df933e349 authored by DennisBeest on 20 February 2020, 15:58:55 UTC
Update README.md
Tip revision: 7c93464
README.md
# CoRF
Co-data moderated randomForest

Install with:

library(devtools)

install_github("DennisBeest/CoRF")

See help files for intructions and examples (?CoRF)

Link to paper:
https://link.springer.com/article/10.1186/s12859-017-1993-1

See the help file on CoRF for the example of the paper. There are instructions on how to use the package for fitting, but there are also instructions on how to directly use underlying procedures (scam and rfsrc). The latter option gives more freedom in what scam model you want to fit. The CorRF is a wrapper function.
back to top