https://github.com/stscl/sshicm
Information Consistency-Based Measures for Spatial Stratified Heterogeneity
https://github.com/stscl/sshicm
geoinformatics geospatial-analysis information-theory spatial-statistics spatial-stratified-heterogeneity
Last synced: 12 days ago
JSON representation
Information Consistency-Based Measures for Spatial Stratified Heterogeneity
- Host: GitHub
- URL: https://github.com/stscl/sshicm
- Owner: stscl
- Created: 2024-11-30T03:36:47.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-17T13:59:31.000Z (4 months ago)
- Last Synced: 2025-04-15T15:59:50.746Z (12 days ago)
- Topics: geoinformatics, geospatial-analysis, information-theory, spatial-statistics, spatial-stratified-heterogeneity
- Language: C++
- Homepage: https://stscl.github.io/sshicm/
- Size: 2.46 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "##",
fig.path = "man/figures/README-",
out.width = "100%"
)
```logo by Sibyl
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://CRAN.R-project.org/package=sshicm)
[](https://CRAN.R-project.org/package=sshicm)
[](https://CRAN.R-project.org/package=sshicm)
[](https://stscl.r-universe.dev/sshicm)**Information Consistency-Based Measures for Spatial Stratified Heterogeneity**
## Installation
- Install from [CRAN](https://CRAN.R-project.org/package=sshicm) with:
``` r
install.packages("sshicm", dep = TRUE)
```- Install binary version from [R-universe](https://stscl.r-universe.dev/sshicm) with:
``` r
install.packages("sshicm",
repos = c("https://stscl.r-universe.dev",
"https://cloud.r-project.org"),
dep = TRUE)
```- Install from source code on [GitHub](https://github.com/stscl/sshicm) with:
```r
if (!requireNamespace("devtools")) {
install.packages("devtools")
}
devtools::install_github("stscl/sshicm",
build_vignettes = TRUE,
dep = TRUE)
```