Description
Local Indicator of Stratified Power.
Description
Implements a local indicator of stratified power to analyze local spatial stratified association and demonstrate how spatial stratified association changes spatially and in local regions, as outlined in Hu et al. (2024) <doi:10.1080/13658816.2024.2437811>.
README.md
localsp 
Local Indicator of Stratified Power
Installation
- Install from CRAN with:
install.packages("localsp", dep = TRUE)
- Install development binary version from R-universe with:
install.packages("localsp",
repos = c("https://ausgis.r-universe.dev",
"https://cloud.r-project.org"),
dep = TRUE)
- Install development source version from GitHub with:
# install.packages("devtools")
devtools::install_github("ausgis/localsp",
build_vignettes = TRUE,
dep = TRUE)