Repository template for student modelling projects (repo_template)
This repository provides a template for setting up a reproducible work flow for a modelling project. The template is intended primarily for use by students who are undertaking projects that use compartmental models. The template consists of the following files:
repo_template.Rproj
- an R project file, which can be used to easily access the repository materials in R studioreport.Rmd
- an example report that reads in required functions and parameters and shows how to use these to produce tables and plotsfunctions.R
- function definitions for example models (SIR and SIS) and running these modelsparameters.xlsx
- a spreadsheet with parameter definitions that can be used for both creating parameter tables and passing parameter values to models
- R - a statistical programming language (download links for Windows, Linux, and MacOS)
- R Studio - a user interface for R that is needed for report generation (download link)
deSolve
- used for numerical integration of differential equationsggplot2
- used for plottingreadxl
- used for reading in Excel filesknitr
- used for formatting tables