Skip to content

stscl/infoxtr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

671 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

infoxtr

CRAN

R-CMD-check R-universe

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

Information-Theoretic Measures for Revealing Variable Interactions

infoxtr is an R package for analyzing variable interactions using information-theoretic measures. Originally tailored for time series, its methods extend seamlessly to spatial cross-sectional data. Powered by a pure C++ engine with a lightweight R interface, the package also exposes its headers for direct integration into other R packages.

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

Installation

  • Install from CRAN with:
install.packages("infoxtr", dep = TRUE)
install.packages("infoxtr",
                 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/infoxtr",
                         build_vignettes = TRUE,
                         dep = TRUE)

About

Information-Theoretic Measures for Revealing Variable Interactions

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages