Learn R Programming

agghoo

R package for model selection based on aggregation. Alternative to standard cross-validation.

Install the package

From GitHub: devtools::install_github("yagu0/agghoo")

Locally, in a terminal: R CMD INSTALL .

Use the package

library(agghoo)
?agghoo

Copy Link

Version

Install

install.packages('agghoo')

Monthly Downloads

355

Version

0.1-0

License

MIT + file LICENSE

Maintainer

Benjamin Auder

Last Published

May 25th, 2023

Functions in agghoo (0.1-0)

Model

R6 class representing a (generic) model.
CVvoting_run

CVvoting_run
compareTo

compareTo
compareMulti

compareMulti
AgghooCV

R6 class with agghoo functions fit() and predict().
agghoo_run

agghoo_run
agghoo

agghoo
compareRange

compareRange
standardCV_run

standardCV_run