Skip to contents

This package implements the Early Pandemic Age-Structured Compartmental (EPAC) model developed by Michael WZ Li and Irena Papst from the Public Health Agency of Canada’s Modelling Hub using macpan2 modelling software.

The goal of this package is to catalogue, document, and version iterations of the Early Pandemic Age-structured Compartmental model so that they can be pulled easily into project-specific pipelines to produce modelling outputs.

Installation

Versioned releases of EPACmodel can be installed with

remotes::install_github("phac-modelling-hub/EPACmodel@vx.y.z")

where x.y.z is the version number. Available version numbers can be found here.

The development version of EPACmodel can be installed with:

remotes::install_github("phac-modelling-hub/EPACmodel")

Getting started

A getting started guide can be found in vignette("EPACmodel").

For developers

Please start by reading the developer notes.