Skip to content

cran/infocausality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

infocausality

CRAN CRAN Release

License Lifecycle: experimental R-CMD-check R-universe

infocausality website: https://stscl.github.io/infocausality/

Information-Theoretic Measure of Causality

infocausality is an R package for information-theoretic causal analysis.
It quantifies temporal and spatial causality through information flow, and decomposes it into unique, redundant, and synergistic components. The package provides native support for data.frame, sf, and SpatRaster objects, offering a unified interface for both time-series and spatial cross-sectional causal analysis.

Refer to the package documentation https://stscl.github.io/infocausality/ for more detailed information.

Installation

  • Install from CRAN with:
install.packages("infocausality", dep = TRUE)
install.packages("infocausality",
                 repos = c("https://stscl.r-universe.dev",
                           "https://cloud.r-project.org"),
                 dep = TRUE)
  • Install from source code on GitHub with:
if (!requireNamespace("devtools")) {
    install.packages("devtools")
}
devtools::install_github("stscl/infocausality",
                         build_vignettes = TRUE,
                         dep = TRUE)

About

❗ This is a read-only mirror of the CRAN R package repository. infocausality — Information-Theoretic Measure of Causality. Homepage: https://stscl.github.io/infocausality/https://github.com/stscl/infocausality Report bugs for this package: https://github.com/stscl/infocausality/issues

Resources

Stars

Watchers

Forks

Packages

No packages published