Model-based geostatistics for public health using R
Learning Outcomes
By the end of the workshop, participants will be able to:
- Understand the key principles of model-based geostatistics
- Explore and visualise spatial data using R
- Fit and interpret geostatistical models
- Carry out geostatistical prediction at both pixel and areal levels
R Packages
- Essential:
RiskMap
,rgeoboundaries
,ggplot2
,sf
,terra
,elevatr
- Optional:
shiny
Install RiskMap
in R:
::install_github("giorgilancs/RiskMap") devtools
Install rgeoboundaries
in R:
::install_github("wmgeolab/rgeoboundaries") remotes
Workshop Content
All R scripts used in the slides can be downloaded
1. Introduction
Geostatistical problems in the context of epidemiological studies.
2. Exploratory Analysis
Exploring associations and spatial correlation.
3. Model Formulation and Parameter Estimation
Fitting geostatistical models via Monte Carlo maximum likelihood.
4. Geostatistical Prediction
Prediction of health outcomes at different spatial scales.
Using the Materials
- Each section includes slides, R code, and short exercises.
- Materials can be followed independently after the workshop.