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