NEWS
dLagM 1.1.12 (2023-08-08)
- Fixed a bug in forecasting with DLMs. Appreciate the testing effort of Ms Kerryn Hyde and Ms Megan Downie to identify the bug. It does not impact the numerical results from previous versions.
- The argument 'type' is added for ardlDlm(), dlm() and finiteDLMauto() functions for R's functionality. This change has no impact on the functionality of past codes.
dLagM 1.1.8 (2022-05-09)
- Fixed a bug in forecasting with ARDL models. Appreciate the tesing effort of Mr. Arthur Welle to identify the bug.
dLagM 1.1.7 (2022-02-23)
- Fixed a bug in forecasting with ARDL models. Appreciate the tesing effort of Dr. Rogério Porto (https://orcid.org/0000-0002-6663-9531) to identify the bug.
dLagM 1.1.6
- Added a new dataset called GrainProduction.
dLagM 1.1.5
- Fixed a minor output issue.
dLagM 1.1.4 (2020-07-13)
- Fixed the singularity problem with ARDL bounds test under some cases.
- Added the option of running the ARDL bounds test with Newey-West estimator.
dLagM 1.1.1
- Added citation information.
- Fixed some outputs.
- Fixed minor bugs.
dLagM 1.0.21 (2020-01-17)
- Changed the output structure of DLMs.
- Added straightforward calls to residuals(), coef(), and fitted() functions.
- Added seaLevelTemp and sunspotTemp datasets
- Updated the examples in the documentation.
- Removed "start" argument from rolCorPlot() function which need ts objects now.
dLagM 1.0.19 (2019-10-23)
- Added a warning message.
- Added new explanations to help document.
- Fixed a bug.
dLagM 1.0.18 (2019-10-18)
- New goodness-of-fit measures implemented.
- Added full search over all possile model to specify lag orders for ARDL bounds testing.
- Added normality tests for the residuals in ARDL bounds testing.
- Improved the output of ARDL bounds testing.
dLagM 1.0.17 (2019-08-24)
- An improvement in user interface.
- An new function to implement standard deviation analysis for running correlations.
- Added the CUSUM of squared recursive residuals plot to ARDL bounds testing statibiltiy diagnostics.
- Added the RESET test to ARDL bounds testing diagnostics.
- Enhanced the wheat dataset.
dLagM 1.0.15 (2019-07-18)
- A bug in forecast() function fixed. Now, function works smoothly when the intercept is removed.
- Added a new dataset called wheat.
dLagM 1.0.12 (2019-05-02)
- ARDL output displays variable names instead of X and Ys.
- Fixed a minor bug in ardlDlm().
- It's possible to remove intercept from the ARDL and DL models.
- Added the implementation of ARDL bound tests.
dLagM 1.0.9
- A bug in dlm() function fixed.
- More examples added.
- Removed the limitation on the maximum number of lags can be fitted with finiteDLMauto() function.
dLagM 1.0.8 (2018-10-15)
- A bug in the error messages of pre-model fitting checks for ARDL models fixed.
dLagM 1.0.7 (2018-09-27)
- A bug in pre-model fitting checks fixed.
dLagM 1.0.6 (2018-09-14)
- The show.summary argument has dropped from the functions dlm(), ardlDlm(), koyckDlm(), and polyDlm(). Now, a call to the classical summary() function summarises the model.
- All the forecast functions have collected under the forecast() method to improve usability of the package.
- To remove the model elements, matrices and vectors have been replaced by list interface. Please see the help files for details.
- Added a functionality to remove lag 0 of any independent series.
- Improved documentation and errors fixed.
- Reduced number of dependencies.
- Improved some functions.