SALM2016 {EpiReport} | R Documentation |
Dataset including Salmonellosis data for 2012-2016
Description
A dataset containing the data and indicators required to build the epidemiological report
for Salmonellosis 2016 TESSy data (default dataset used throughout EpiReport
)
Usage
SALM2016
Format
A data frame with 60,775 rows and 18 variables:
- HealthTopicCode
Disease code e.g.
ANTH
,SALM
, etc.- MeasureLabel
optional) Label of the measure indicator
- MeasurePopulation
Population targeted by the measure indicator
- MeasureCode
Code of the measure indicator
- MeasureId
(optional) Measure indicator ID
- MeasureType
(optional) Type of measure indicator
- TimeUnit
Unit of the time variable i.e.
Y
for yearly data orM
for monthly data- GeoLevel
(optional) Geographical level e.g. 1, 2, etc
- TimeCode
Time variable including dates in any formats available (according to the unit defined in
TimeUnit
) yearly data (e.g. 2001) or monthly data (e.g. 2001-01)- GeoCode
Geographical level in coded format including country names (e.g.
AT
for Austria,BE
for Belgium,BG
for Bulgaria, see also theEpiReport::MSCode
table, correspondence table for Member State labels and codes)- XValue
(optional) XValue
- XLabel
The label associated with the x-axis in the epidemiological report (see
getAgeGender()
andplotAgeGender()
bar graph for the age variable)- YValue
The value associated with the y-axis in the epidemiological report (see
plotAge()
bar graph for the variable age, orgetTableByMS()
for the number of cases, rate or age-standardised rate in the table by Member States by year)- YLabel
The label associated with the y-axis in the epidemiological report (see
getAgeGender()
andplotAgeGender()
bar graph for the grouping variable gender)- ZValue
The value associated with the stratification of XLabel and YLabel in the age and gender bar graph (see
getAgeGender()
andplotAgeGender()
)- N
Number of cases (see
getTrend()
andgetSeason()
line graph)- NMissing
(optional)
- NLowerResolution
(optional)
See Also
The correspondence table for Member State labels and codes MSCode
and the functions mentioned above: getAgeGender
,
plotAgeGender
, plotAge
, getTableByMS
,
getTrend
and getSeason
.