Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 2.67 KB

README.md

File metadata and controls

40 lines (30 loc) · 2.67 KB

Spatial Regression Analysis

Spatial Regression Exercise for BIOL 5700, Advanced Data Analytics

This exercise will provide information for using R for spatial regression analysis including a discussion on spatial weight matrices, spatial models, model comparisons, and finally displaying the results using bivariate maps.

Exercise Webpage - https://chrismgentry.github.io/Spatial-Regression/

References for spatial regression analysis in R:

Below you will find resources and tutorials with will provide assistance with this exercise.

Bivand, R. and Piras, G. (2015). Comparing Implementations of Estimation Methods for Spatial Econometrics. Journal of Statistical Software, 63(18), 1-36

Applied Spatial Data Analysis with R. Bivand, R., Pebesma, E. and Gómez-Rubio, V. UseR! Series, Springer. 2008, 378 p., Softcover. ISBN: 978-0-387-78170-9

  • A copy of this series can be found in the Data folder of this exercise.

Datasets

Packages

  • cowplot
  • geosphere
  • spdep
  • spatialreg

Tutorials

Helpful site for selecting color schemes