Articles by Corey Sparks, Ph.D.

Intro to Point Pattern Analysis using R and QGIS

March 16, 2021 | Corey Sparks, Ph.D.

This example shows how to use R and QGIS from within R to perform a series of common point pattern analysis techniques. library(mapview) library(sf)
## Linking to GEOS 3.8.0, GDAL 3.0.4, PROJ 6.3.1
library(censusxy) library(dplyr)
## 
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
## 
##     filter, lag
## The following objects are masked from 'package:base':
## 
##     intersect, setdiff, setequal, union
addr
[Read more...]

Demographic Modeling – Cluster analysis

July 22, 2020 | Corey Sparks, Ph.D.

In this topic, we will discuss Unsupervised Learning, or as we talked about last time, the situation where you are looking for groups in your data when your data don’t come with a group variable. I.e. sometimes you want to find groups of similar observations, and you need ...
[Read more...]

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)