spatial microsim book

Code, data and prose of the book: Spatial Microsimulation with R


output:
md_document:
variant: markdown_github

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "figures/"
)
is_online = curl::has_internet()

Spatial Microsimulation with R

DOI Build Status

This repository hosts the code and data used in Spatial Microsimulation with R, a book by Robin Lovelace and Morgane Dumont, (with chapters 11 and 12 contributed by Richard Ellison and Maja Založnik respectively).

The book is now published and is available from CRC Press.

We hope to continue to update the book as methods evolve and we encourage contributions on any part of the book, including:

  • Improvements to the text, e.g. clarifying unclear sentences, fixing typos (see guidance from Yihui Xie).
  • Changes to the code, e.g. to do things in a more efficient way.
  • Suggestions on content (see the project’s issue tracker).

The latest version of the book can be viewed at
the book’s homepage at spatial-microsim-book.robinlovelace.net.
Anyone can contribute to this book here.