asIncidenceResult | R Documentation |
A tidy implementation of the summarised_result object for incidence results.
asIncidenceResult(result, metadata = FALSE)
result |
A summarised_result object created by the IncidencePrevalence package. |
metadata |
If TRUE additional metadata columns will be included in the result. |
A tibble with a tidy version of the summarised_result object.
cdm <- mockIncidencePrevalence()
inc <- estimateIncidence(cdm, "target", "outcome")
tidy_inc <- asIncidenceResult(inc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.