asPrevalenceResult | R Documentation |
A tidy implementation of the summarised_result object for prevalence results.
asPrevalenceResult(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()
prev <- estimatePointPrevalence(cdm, "target", "outcome")
tidy_prev <- asPrevalenceResult(prev)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.