The R-package ragt2ridges
performs ridge maximum likelihood estimation of vector auto-regressive processes: the VAR(1) model (more to be added). Prior knowledge may be incorporated in the estimation through a) specification of the edges believed to be absent in the time series chain graph, and b) a shrinkage target towards which the parameter estimate is shrunken for large penalty parameter values. Estimation functionality is accompanied by methodology for penalty parameter selection.
In addition, the package offers supporting functionality for the exploitation of estimated models. Among others, i) a procedure to infer the support of the non-sparse ridge estimate (and thereby of the time series chain graph) is implemented, ii) a table of node-wise network summary statistics, iii) mutual information analysis, and iv) impulse response analysis.
The ragt2ridges
package is available via
CRAN (Comprehensive R Archive Network) and can be installed from within R through:
install.packages("ragt2ridges")
After installation run news(package="ragt2ridges")
for the latest changes to the ragt2ridges
package.
Previous versions of ragt2ridges
are available via the CRAN archive.
Publications related to ragt2ridges
include:
- Miok, V., Wilting, S.M., & van Wieringen, W.N. (2017), "Ridge estimation of the VAR(1) model and its time series chain graph from multivariate time-course omics data". Biometrical Journal, 59(1): 172-191. (doi:10.1002/bimj.201500269).
- Miok, V., Wilting, S.M., & van Wieringen, W.N. (2018), "Ridge estimation of network models from time-course omics data", Biometrical Journal, (doi.org/10.1002/bimj.201700195).
- van Wieringen, W.N. (2018), "ragt2ridges: Ridge Estimation of Vector Auto-Regressive (VAR) Processes". R package, version 0.3.2
Please cite the relevant publications if you use ragt2ridges
.