title: "Incidence of influenza-like illness in France"
title: "Incidence of influenza-like illness in France"
author: "Eleni Gkiouzepi"
author: "Eleni Gkiouzepi"
output:
output:
pdf_document:
toc: true
html_document:
html_document:
toc: true
toc: true
theme: journal
theme: journal
pdf_document:
toc: true
documentclass: article
documentclass: article
classoption: a4paper
classoption: a4paper
header-includes:
header-includes:
...
@@ -141,9 +141,9 @@ Since the peaks of the epidemic happen in winter, near the transition between ca
...
@@ -141,9 +141,9 @@ Since the peaks of the epidemic happen in winter, near the transition between ca
The argument `na.rm=True` in the sum indicates that missing data points are removed. This is a reasonable choice since there is only one missing point, whose impact cannot be very strong.
The argument `na.rm=True` in the sum indicates that missing data points are removed. This is a reasonable choice since there is only one missing point, whose impact cannot be very strong.