morrison2010 {denvax}R Documentation

The serosurvey data in Morrison 2010

Description

From "Epidemiology of Dengue Virus in Iquitos, Peru 1999 to 2005: Interepidemic and Epidemic Patterns of Transmission", combining information from Fig. 2 and Fig. 3. The data from Fig. 3 were extracted using https://automeris.io/WebPlotDigitizer/

Usage

morrison2010

Format

a data.frame (data.table, if installed) with 13 rows and 4 columns:

Country

character, common country name (all Peru for this data)

Age

integer, the age category

Number

integer, the number of samples

Seropositive

integer, the number of seropositive samples

Source

https://doi.org/10.1371/journal.pntd.0000670

Examples

require(denvax)
data(morrison2010)
with(morrison2010, plot(Age, Seropositive/Number*100, ylab="% Seropositive", ylim=c(0,100)))

[Package denvax version 0.1.2 Index]