View source: R/asSurvivalResult.R
asSurvivalResult | R Documentation |
A tidy implementation of the summarised_characteristics object.
asSurvivalResult(result)
result |
A summarised_characteristics object. |
A tibble with a tidy version of the summarised_characteristics object.
cdm <- mockMGUS2cdm()
surv <- estimateSingleEventSurvival(
cdm = cdm,
targetCohortTable = "mgus_diagnosis",
targetCohortId = 1,
outcomeCohortTable = "death_cohort",
outcomeCohortId = 1,
eventGap = 7
) %>%
asSurvivalResult()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.