logo by Sibyl
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)