https://github.com/levisc8/spind
spind: Spatial Methods and Indices
https://github.com/levisc8/spind
cran models r-spatial rstats spatial
Last synced: 8 months ago
JSON representation
spind: Spatial Methods and Indices
- Host: GitHub
- URL: https://github.com/levisc8/spind
- Owner: levisc8
- Created: 2017-01-31T13:12:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T22:36:40.000Z (about 2 years ago)
- Last Synced: 2025-10-15T08:45:47.099Z (8 months ago)
- Topics: cran, models, r-spatial, rstats, spatial
- Language: R
- Homepage:
- Size: 1.03 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
README
[](https://cran.r-project.org/package=spind)
[](https://cran.r-project.org/package=spind)
[](https://codecov.io/gh/levisc8/spind)
[](https://doi.org/10.3897/BDJ.6.e20760)
[](https://doi.org/10.1111/ecog.02593)
# spind
`spind` is a package for dealing with spatially autocorrelated data in instances of 2-D gridded data sets. We provide you with a suite of functions that can compute spatial models based on Generalized Estimating Equations (GEEs) and Wavelet-Revised Models (WRMs) based on the work of Gudrun Carl, Ingolf Kuehn, and Sam Levin. We also provide an array of options to allow for scale-specific investigations, conduct model selection procedures, and assess goodness of fit for your model using spatially corrected statistics.
A more complete introduction to the package and its functionality is in the vignette (`vignette('spind_vignette', 'spind'`)) The most recent version will be in the /vignettes folder in this repo, as updates are not sent to CRAN as frequently. Additionally, you can find papers introducing [`spind 1.0` in Ecography](https://onlinelibrary.wiley.com/doi/abs/10.1111/ecog.02593) and [`spind > 2.0`](https://bdj.pensoft.net/articles.php?id=20760) in Biodiversity Data Journal.
This is the development version of `spind` and may not be totally stable/bug free. The most recent stable version of this package is available on CRAN. If you encounter any bugs, please create an issue in this repo and we will try to resolve them as soon as we can.
**Install stable version from CRAN or development version from Github**
*from CRAN*
`install.packages('spind')`
*from Github*
`devtools::install_github('levisc8/spind')`