rollRegres icon indicating copy to clipboard operation
rollRegres copied to clipboard

R package for fast rolling and expanding linear regression models

rollRegres

R-CMD-check CRAN RStudio mirror downloads

This package contains functions for fast rolling and expanding linear regression models. You can install the package from CRAN by calling

install.packages("rollRegres")

or from Github by calling

devtools::install_github("boennecd/rollRegres", upgrade_dependencies = FALSE, 
                         build_vignettes = TRUE)

See vignette("Comparisons", package = "rollRegres") for examples of how to use the functions.