availableIncidenceGrouping | R Documentation |
Variables that can be used for faceting and colouring incidence plots
availableIncidenceGrouping(result, varying = FALSE)
result |
Incidence results |
varying |
If FALSE, only variables with non-unique values will be returned, otherwise all available variables will be returned |
cdm <- mockIncidencePrevalence(sampleSize = 1000)
cdm <- generateDenominatorCohortSet(
cdm = cdm, name = "denominator",
cohortDateRange = c(as.Date("2014-01-01"), as.Date("2018-01-01"))
)
inc <- estimateIncidence(
cdm = cdm,
denominatorTable = "denominator",
outcomeTable = "outcome"
)
availableIncidenceGrouping(inc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.