Calculating survival rate function
1 2 3 4 | calculateSurvival(survivalData = survivalData, Agedivided = TRUE,
AgeSet = list(30:39, 40:49, 50:59, 60:69, 70:79, 80:99),
genderSet = list(8507, 8532), startYearSet = startYearSet,
observationEndYear = 2013)
|
survivalData |
outcome of Argos package readySurvData code |
Agedivided |
TRUE then total patients survival rate will calculated, FALSE then age specified survival rate will calculated |
AgeSet |
30-39, 40-49, 50-59, 60-69, 70-79, 80-99 will set as default |
genderSet |
8507 as male, 8532 as female |
startYearSet |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.