denguedat | R Documentation |
Surveillance data from CDC Division of Vector-Borne Diseases.
1990-2010 case reporting data included.
The first column, onset_week
, indicates the week of symptom onset.
The second column, report_week
, indicates the week of case report.
The third column, gender
, indicates the gender of the infected individual (randomly assigned with 0.5:0.5 probability of "Male"/"Female"). This column may be used to produce stratified nowcasts using the function NobBS.strat
.
data(denguedat)
A data frame.
data(denguedat)
nowcast <- NobBS(denguedat, as.Date("1990-04-09"),units="1 week",onset_date="onset_week",
report_date="report_week")
nowcast$estimates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.