forked fromstscl/spEDM
- Notifications
You must be signed in to change notification settings - Fork0
Spatial Empirical Dynamic Modeling
NotificationsYou must be signed in to change notification settings
SpatLyu/spEDM
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
SpatialEmpiricalDynamicModeling
spEDM is an R package for spatial causal discovery. It extendsEmpirical Dynamic Modeling (EDM) from time series to spatialcross-sectional data, provides seamless support for vector and rasterspatial data via tight integration with thesf andterra packages, andenables data-driven causal inference from spatial snapshots.
Refer to the package documentationhttps://stscl.github.io/spEDM/for more detailed information.
- Install fromCRAN with:
install.packages("spEDM",dep=TRUE)
- Install binary version fromR-universe with:
install.packages("spEDM",repos= c("https://stscl.r-universe.dev","https://cloud.r-project.org"),dep=TRUE)
- Install from source code onGitHubwith:
if (!requireNamespace("devtools")) { install.packages("devtools")}devtools::install_github("stscl/spEDM",build_vignettes=TRUE,dep=TRUE)
About
Spatial Empirical Dynamic Modeling
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Languages
- C++94.0%
- R6.0%
