Reddit Reddit reviews Applied Spatial Data Analysis with R (Use R!)

We found 3 Reddit comments about Applied Spatial Data Analysis with R (Use R!). Here are the top ones, ranked by their Reddit score.

Science & Math
Books
Biological Sciences
Biology
Biostatistics
Applied Spatial Data Analysis with R (Use R!)
Check price on Amazon

3 Reddit comments about Applied Spatial Data Analysis with R (Use R!):

u/daledinkler · 9 pointsr/gis

I use R almost exclusively for my spatial analysis. Sometimes I use command line gdal stuff. Here is the book I used to get started: http://www.amazon.com/Applied-Spatial-Data-Analysis-Use/dp/1461476178

There are PDFs online.

u/minorsecond · 1 pointr/statistics

I really liked this book, for one. It covers point pattern analysis, which I suspect will interest you.

u/geodude247 · 1 pointr/gis

Have you tried the packages spdep, spatstat, gstat? In the class I took on this subject, we used these packages along with maptools and GISTools to avoid Arc entirely. This book was our reference:
https://www.amazon.com/Introduction-Spatial-Analysis-Mapping/dp/1446272958

If I'm not mistaken, the package spdep was developed by the authors of these books:
https://www.amazon.com/Applied-Spatial-Data-Analysis-Use/dp/1461476178
https://www.amazon.com/Spatial-Statistics-Geostatistics-Applications-Information/dp/1446201740

Were you instructed to use geoRglm?