Description
Information Consistency-Based Measures for Spatial Stratified Heterogeneity.
Description
Spatial stratified heterogeneity (SSH) denotes the coexistence of within-strata homogeneity and between-strata heterogeneity. Information consistency-based methods provide a rigorous approach to quantify SSH and evaluate its role in spatial processes, grounded in principles of geographical stratification and information theory (Bai, H. et al. (2023) <doi:10.1080/24694452.2023.2223700>; Wang, J. et al. (2024) <doi:10.1080/24694452.2023.2289982>).
README.md
sshicm
Information Consistency-Based Measures for Spatial Stratified Heterogeneity
Installation
- Install from CRAN with:
install.packages("sshicm", dep = TRUE)
- Install binary version from R-universe with:
install.packages("sshicm",
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/sshicm",
build_vignettes = TRUE,
dep = TRUE)