Package: nonParQuantileCausality
Type: Package
Title: Nonparametric Causality in Quantiles Test
Version: 0.1.0
Authors@R: 
    c(
      person("Mehmet", "Balcilar", role = c("aut", "cre"), email = "mehmet@mbalcilar.net")
    )
Author: Mehmet Balcilar [aut, cre]
Maintainer: Mehmet Balcilar <mehmet@mbalcilar.net>
Description: Implements the nonparametric causality-in-quantiles test (in mean or variance),
    returning a test object with an S3 plot() method. The current implementation uses one lag
    of each series (first-order Granger causality setup). Methodology is based on 
    Balcilar, Gupta, and Pierdzioch (2016a) <doi:10.1016/j.resourpol.2016.04.004> and 
    Balcilar et al. (2016) <doi:10.1007/s11079-016-9388-x>.
License: MIT + file LICENSE
URL: https://www.mbalcilar.net,
        https://github.com/mbalcilar/nonParQuantileCausality
Encoding: UTF-8
LazyData: true
LazyDataCompression: bzip2
RoxygenNote: 7.3.2
Depends: R (>= 3.6)
Imports: stats, ggplot2, quantreg, KernSmooth
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-09-22 20:25:08 UTC; mbalcilar
Repository: CRAN
Date/Publication: 2025-09-30 07:20:08 UTC
Built: R 4.4.1; ; 2025-09-30 08:50:00 UTC; unix
