Midasr

View the Project on GitHub mpiktas/midasr

The midasr R package is dedicated to estimate restricted MIDAS regression, test whether the restriction conforms to data and use the estimated model for forecasting. The package is developed by Virmantas Kvedaras and Vaidotas Zemlys-Balevičius. The package development was influenced by features of the MIDAS Matlab toolbox created by Eric Ghysels. MIDAS-AR* specification code was written by Julius Vainora.

The package is available on CRAN. It can be installed in the usual way:

install.packages("midasr")
This will install the latest stable version, which currently is 0.6

The detailed description of the package features can be found in the JSS article. You can fine additional examples in the following file. The JSS article as .Rnw file and the accompanying files can be found in the midasr-user-guide github repository. Note that the version in github is slightly different from the one published.

To install the latest development version of the package use the following code:

library(devtools)
install_github("midasr","mpiktas")

The package versioning follows this convention: the stable version is x.y. This is a version which is available on CRAN. The development version is x.y.z and it can be installed from github. To install the specific version of the package use the following code:

library(devtools)
install_github("midasr","mpiktas","v0.6")

If you find bugs or have suggestions please file an issue. Please add the minimal reproducible example. Maintainer of the package is known for answering emails related to the package.