Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 241 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 241 Bytes

hierarchicalBoosting

an R-package to execute the 'Hierarchical Boosting' framework


How to install:

library(devtools)
dev_mode()
install_github("marcpybus/hierarchicalBoosting")
vignette("manual")