Geospatial analysis module for Jamovi
GeoStatBR is a jamovi module that executes spatial data visualization and spatial autocorrelation analysis. The module focuses on Brazilian geography, providing built-in shapefiles for all 27 states and all States municipalities.
- Choropleth Map: Visualize any numeric variable as a color-shaded map of Brazilian states or Paraná municipalities
- Global Moran's I: Test for global spatial autocorrelation with a Moran scatter plot and permutation-based significance test
- Local Moran's I (LISA): Identify spatial clusters (High-High, Low-Low) and outliers (High-Low, Low-High) with cluster and significance maps
- Open jamovi.
- Click the Modules button in the top-right corner.
- Select Install from file… and choose the downloaded
.jmofile. - The GeoStatBR menu will appear in the analysis ribbon.
Produces a thematic map that color-shades geographic regions according to a numeric variable, making spatial patterns immediately visible.
Tests whether values that are geographically close to each other tend to be more similar (positive autocorrelation) or more different (negative autocorrelation) than expected by chance.
Decomposes the global index to identify specific locations that drive spatial autocorrelation — high-value clusters, low-value clusters, and spatial outliers.
- Open jamovi and load your dataset (CSV or spreadsheet).
- Click the GeoStatBR menu in the analysis ribbon.
- Choose an analysis: Choropleth Map, Global Moran's I, or Local Moran's I (LISA).
- Select the geographic level.
- Select the join column, the variable in your data that identifies each region (e.g., state name or IBGE municipality code).
- Select the variable you want to map or test.
- The map or results appear in the output panel.
APA:
Pavanello, A. (2026). GeoStatBR: Geospatial Analysis for jamovi (Version 0.1.0) [Computer software]. GitHub. https://github.com/AudreiPavanello/GeoStatBr
BibTeX:
@software{pavanello2026geostatbr,
author = {Pavanello, Audrei},
title = {{GeoStatBR}: Geospatial Analysis for jamovi},
year = {2026},
version = {0.1.0},
note = {Computer software},
url = {https://github.com/AudreiPavanello/GeoStatBr}
}GeoStatBR is free software distributed under the GNU General Public License v3.0.