From 02e8d51c338fbfc24809c1e9d1778d116e7358ec Mon Sep 17 00:00:00 2001
From: gl0020 <g.loiacono@surrey.ac.uk>
Date: Wed, 10 May 2023 19:07:01 +0100
Subject: [PATCH] updated codes for repository

---
 Codes/Plot_reported_and_adjusted_campylobacter_cases.R | 2 +-
 Codes/remove_incubation_reporting_Campylobacter.R      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Codes/Plot_reported_and_adjusted_campylobacter_cases.R b/Codes/Plot_reported_and_adjusted_campylobacter_cases.R
index d3f2b3f..2203f6a 100644
--- a/Codes/Plot_reported_and_adjusted_campylobacter_cases.R
+++ b/Codes/Plot_reported_and_adjusted_campylobacter_cases.R
@@ -1,4 +1,4 @@
-# The code plots reported and adjusted campylobacter cases
+# The code plots reported and adjusted campylobacter cases 
 
 
 rm(list=ls(all=TRUE)) 
diff --git a/Codes/remove_incubation_reporting_Campylobacter.R b/Codes/remove_incubation_reporting_Campylobacter.R
index af2e9e2..91cf462 100644
--- a/Codes/remove_incubation_reporting_Campylobacter.R
+++ b/Codes/remove_incubation_reporting_Campylobacter.R
@@ -5,7 +5,7 @@
 
 rm(list=ls(all=TRUE)) 
  
-
+ 
 #Estimation of the parameters for a log-normal distribution for the incubation period. See Horn BJ, Lake RJ. Incubation period for campylobacteriosis and its importance in the estimation of incidence related to travel. Eurosurveillance 2013; 18: 1–6.
 
 file_name<-paste("../Data_Base/Incubation_period_Horn_Lake.csv",sep="")  
-- 
GitLab