Learn R Programming

⚠️There's a newer version (1.1.7) of this package.Take me there.

roll

roll is a package for R that provides parallel functions for computing rolling statistics of time-series data.

Installation

Get the released version from CRAN:

install.packages("roll")

Or the development version from GitHub:

# install.packages("devtools")
devtools::install_github("jjf234/roll")

Copy Link

Version

Install

install.packages('roll')

Monthly Downloads

4,230

Version

1.0.4

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Jason Foster

Last Published

July 5th, 2016

Functions in roll (1.0.4)

roll_scale

Rolling Scaling and Centering
roll_var

Rolling Variances
roll_sd

Rolling Standard Deviations
roll_vif

Rolling Variance Inflation Factors
roll_cor

Rolling Correlation Matrices
roll_cov

Rolling Covariance Matrices
roll_lm

Rolling Linear Models
roll_pcr

Rolling Principal Component Regressions
roll_eigen

Rolling Eigenvalues and Eigenvectors
roll_mean

Rolling Means