calculate incidence data
1 2 3 4 5 6 7 8 9 | calculateIncidence(incidenceData = incidenceData,
basePopulation = basePop, standardization = "direct",
refPopulation = NULL, Agestandardization = TRUE,
genderStandardization = TRUE, startYearStandardization = TRUE,
AgeSet = list(20:29, 30:39, 40:49, 50:59, 60:69, 70:79, 80:99),
genderSet = list(8507, 8532), startYearSet = list(2002, 2003, 2004,
2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013),
birthYearSet = list(1960:1964, 1965:1969, 1970:1974, 1975:1979,
1980:1984, 1985:1989))
|
birthYearSet |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.