Learn R Programming

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

dLagM (version 0.0.8)

Time Series Regression Models with Distributed Lag Models

Description

Provides time series regression models with one predictor using finite distributed lag models, polynomial (Almon) distributed lag models, geometric distributed lag models with Koyck transformation, and autoregressive distributed lag models. It also consists of functions for computation of h-step ahead forecasts from these models. See Baltagi (2011) for more information.

Copy Link

Version

Install

install.packages('dLagM')

Monthly Downloads

1,127

Version

0.0.8

License

GPL-3

Maintainer

Haydar Demirhan

Last Published

August 27th, 2017

Functions in dLagM (0.0.8)

dlm

Implement finite distributed lag model
dlmForecast

Compute forecasts for finite distributed lag model
koyckDlm

Implement finite autoregressive distributed lag model
koyckDlmForecast

Compute forecasts for Koyck transformation of distributed lag models
sortScore

Sort ACI and BIC scores
warming

Global warming and vehicle prediction data
polyDlm

Implement finite polynomial distributed lag model
polyDlmForecast

Compute forecasts for polynomial distributed lag model
MASE

Compute mean absolute scaled error (MASE)
ardlDlm

Implement finite autoregressive distributed lag model
ardlDlmForecast

Compute forecasts for autoregressive distributed lag models
dLagM-package

Implementation of Time Series Regression Models with Distributed Lag Models