Package: ARDL
Type: Package
Title: ARDL, ECM and Bounds-Test for Cointegration
Description: Creates complex autoregressive distributed lag (ARDL) models
    providing just the order and automatically constructs the underlying
    unrestricted and restricted error correction model (ECM). It also performs
    the bounds-test for cointegration as described in Pesaran et al. (2001) <doi:10.1002/jae.616> and provides the multipliers and the cointegrating
    equation.
Version: 0.1.1
Authors@R: c(
  person("Kleanthis", "Natsiopoulos", 
  email = "klnatsio@gmail.com", role = c("aut", "cre"), 
  comment = c(ORCID = "0000-0003-1180-2984")), 
  person("Nickolaos", "Tzeremes", 
  email = "bus9nt@econ.uth.gr", role = "aut",
  comment = c(ORCID = "0000-0002-6938-3404")))
License: GPL-3
URL: https://github.com/Natsiopoulos/ARDL
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.2.0)
Suggests: qpcR, sandwich, xts
Imports: aod, dplyr, dynlm, lmtest, msm, stringr, zoo
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2021-01-08 03:08:22 UTC; akis
Author: Kleanthis Natsiopoulos [aut, cre]
    (<https://orcid.org/0000-0003-1180-2984>),
  Nickolaos Tzeremes [aut] (<https://orcid.org/0000-0002-6938-3404>)
Maintainer: Kleanthis Natsiopoulos <klnatsio@gmail.com>
Repository: CRAN
Date/Publication: 2021-01-10 15:20:26 UTC
Built: R 4.0.5; ; 2022-04-21 15:52:06 UTC; windows
