Skip to content

R package for fast rolling and expanding linear regression models

Notifications You must be signed in to change notification settings

boennecd/rollRegres

Repository files navigation

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.