Skip to content

lance-waller-lab/2023-SISMID-Module-9-Spatial-Statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2023 SISMID Spatial Epidemiology

Course Dates: Mon, July 17 to Wed, July 19

Introduction

Welcome to the 2023 SISMID course on Spatial Statistics for Epidemiology and Public Health! Spatial methods are now used in many disciplines and play an important role in epidemiology and public health. This module gives an introduction to spatial methods. In particular, we will present methods for assessment of clustering, cluster detection, spatial regression, small area estimation, and disease mapping. Methods will be described for both point data (in which cases and non-cases (or a sample thereof) have an associated point location) and count data (in which the numbers of cases and non-cases in a set of geographical areas are available).

An introduction to Geographic Information Systems (GIS) will be provided. The important extension to space-time analysis will be described, which is crucial for the analysis of infectious disease data with a spatial component.

Many examples will be presented, with analysis carried out in the R programming environment.

Prerequisites

This module assumes knowledge of the material in Module 1: Probability and Statistical Inference, though not necessarily from taking that module. Some prior knowledge of R would be helpful.

Installing R and RStudio

This SISMID module exclusively uses R. We recommend R 4.0 and above. You can download a recent version here.

We also recommend using RStudio as the main GUI interface. You can install the free version here.

Installation of R and RStudio should proceed smoothly on most operating systems. Detailed instructions can be found here.

The module makes use of other specific R packages as well. You can install them using the install.packages("PACKAGE NAME HERE") command. R will let you know what packages you do not have installed when you try to run a script in full.

Installing R-INLA

You will need to download the INLA package to run the code in this module.

The INLA package performs approximate Bayesian inference for latent Gaussian models. Installing the package is a bit different than normal since it is not on CRAN, the central software repository for R packages. Detailed instructions for installing the stable/testing can be found here.

How to access code

In general, you will need to

  1. Clone the module repository from GitHub to a filepath on your local desktop.
  2. Open the code in RStudio Desktop by opening the R Project file 2023-SISMID-Spatial-Epi.Rproj.

Schedule

  1. Introduction (Waller)
  2. GIS, Mapping (Waller)
  3. Areal Data (EDA, clustering) (Chang)
  4. Disease Mapping (CARs, SAR) (Chang)
  5. Spatial regresssion + Spatial Coefficient (Waller)
  6. Gaussian Process (Chang)
  7. Point process (Waller)
  8. Multivariate Process (Chang)
  9. Spatial infectious disease (SIR), ecology (Waller)
  10. Space-time models (Chang)

Reference

Waller, L. and Gotway, C. (2004). Applied Spatial Statistics for Public Health Data. New York, John Wiley and Sons.

Geocomputation with R

Spatial Data Science

Spatial-Temporal Statistics with R

Geospatial Health Data: Modeling and Visualization with R-INLA and Shiny

Advanced Spatial Modeling with Stochastic Partial Differential Equations Using R and INLA

Contact

If you have any questions feel free to contact the following course instructors and TA's, or send a message in the class Slack channel.

Instructors: Lance Waller, Howard Chang

Teaching Assistant: Thomas Hsiao

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published