From 1c7e59beccf4a77f570832d5fb17dd570e5ce302 Mon Sep 17 00:00:00 2001
From: Matthew Cody Nitschke <114341389+mcnitschke@users.noreply.github.com>
Date: Tue, 22 Oct 2024 09:27:54 +1030
Subject: [PATCH] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 16e8939..b1d640d 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ The impact of smallpox (variola) on Aboriginal peoples of Australia in 1789 was
- Movement1Stage.m
: simulates movement between neighbouring patches
- Spread_beta.m
: simulates disease spread through contact within each patch (susceptible to exposed S → E)
- RecoverDeath_beta.m
: simulates the other stages of the disease (exposed to infected E → I, and infected to recovered I → R)
-- ABM1StageC.m
: simplified global model (no age structure, 4 disease stages)
+- ABM1StageC.m
: simplified global model (no age structure, 4 disease stages, 1 infectious stage)
- OneStage_5_3.m
: simplified global model (sets parameters and initial conditions)
## Data