SkillAgentSearch skills...

SpEDM

Spatial Empirical Dynamic Modeling

Install / Use

/learn @stscl/SpEDM

README

spEDM

<!-- badges: start -->

CRAN CRAN Release CRAN Checks Downloads_all Downloads_month License Lifecycle: stable R-CMD-check R-universe

<!-- badges: end -->

<a href="https://stscl.github.io/spEDM/"><img src="man/figures/spEDM.png" align="right" hspace="5" vspace="0" width="15%" alt="spEDM website: https://stscl.github.io/spEDM/"/></a>

Spatial Empirical Dynamic Modeling

spEDM is an R package for spatial causal discovery. It extends Empirical Dynamic Modeling (EDM) from time series to spatial cross-sectional data, provides seamless support for vector and raster spatial data via tight integration with the sf and terra packages, and enables data-driven causal inference from spatial snapshots.

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

Installation

  • Install from CRAN with:
install.packages("spEDM", dep = TRUE)
install.packages("spEDM",
                 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/spEDM",
                         build_vignettes = TRUE,
                         dep = TRUE)
View on GitHub
GitHub Stars57
CategoryDevelopment
Updated3h ago
Forks3

Languages

C++

Security Score

85/100

Audited on Apr 3, 2026

No findings