Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spatial analysis function #21

Open
dcpcamara opened this issue May 19, 2022 · 0 comments
Open

Spatial analysis function #21

dcpcamara opened this issue May 19, 2022 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@dcpcamara
Copy link
Collaborator

This function pops a Shiny dashboard so that the user can performe an exploratory spatial analysis on her/his dataset. It needs a shapefile, a geopackage file, a RDS file, or a sf/sp object. The functions automatically converts the spatial polygon file into WGS84 (for better coding and integration into existing tools/packages). So far:

  • The function allows user to create and explore different spatial contiguity strategies (Queen, Rook, KNN and distance-based - this one on degrees).

In the future:

  • Find a reliable way to convert degrees to meters/kilometers.
  • Add choropleth map for the chosen variable.
  • Add empirical bayesian estimates (global and local) for a chosen variable.
  • Add global Moran test for spatial dependency.
  • Add LISA test.
  • Add GI test for clustering.
  • Add retrospective poisson cluster detection model (null model only!) via Kulldorf (1997).
@dcpcamara dcpcamara added documentation Improvements or additions to documentation enhancement New feature or request labels May 19, 2022
@dcpcamara dcpcamara self-assigned this May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant