Prerequisites

This chapter assumes proficiency with geographic data analysis, for example gained by studying the contents and working-through the exercises in Chapters 2 to 6.A familiarity with generalized linear regression and machine learning is highly recommended (for example from Zuur et al. 2009; James et al. 2013).

The chapter uses the following packages:60

  1. library(sf)
  2. library(raster)
  3. library(mlr)
  4. library(dplyr)
  5. library(parallelMap)

Required data will be attached in due course.