Commit | Line | Data |
---|---|---|
97f16440 BA |
1 | # agghoo |
2 | ||
3 | R package for model selection based on aggregation. | |
4 | Alternative to standard cross-validation. | |
5 | ||
6 | ## Install the package | |
7 | ||
8 | From GitHub: `devtools::install_github("yagu0/agghoo")` | |
9 | ||
10 | Locally, in a terminal: `R CMD INSTALL .` | |
11 | ||
12 | ## Use the package | |
13 | ||
14 | library(agghoo) | |
15 | ?agghoo |