get outcome data
1 2 3 4 5 | readySurvData(connectionDetails, cdmDatabaseSchema, cohortDatabaseSchema,
outcomeDatabaseSchema, cohortTable, covariateSettings, targetCohortId,
outcomeId, requireTimeAtRisk = FALSE, minTimeAtRisk = 1,
riskWindowStart = 0, riskWindowEnd = 365 * 5,
removeSubjectsWithPriorOutcome = TRUE, minDateUnit = "year")
|
targetCohortId |
cancer type cohort id |
outcomeId |
outcome = death |
requireTimeAtRisk |
must be FALSE (default) |
riskWindowEnd |
if you want to see max 5-year survival rate then 365*5 |
removeSubjectsWithPriorOutcome |
|
minDateUnit |
minumal unit for cohort start date ('year' > 'quarter' > 'month' > 'day') |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.