Learn R Programming

denvax (version 0.1.2)

morrison2010: 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

Arguments

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

Examples

Run this code
# NOT RUN {
require(denvax)
data(morrison2010)
with(morrison2010, plot(Age, Seropositive/Number*100, ylab="% Seropositive", ylim=c(0,100)))
# }

Run the code above in your browser using DataLab