powered by
A tidy implementation of the summarised_result object for incidence results.
asIncidenceResult(result, metadata = FALSE)
A tibble with a tidy version of the summarised_result object.
A summarised_result object created by the IncidencePrevalence package.
If TRUE additional metadata columns will be included in the result.
# \donttest{ cdm <- mockIncidencePrevalence() inc <- estimateIncidence(cdm, "target", "outcome") tidy_inc <- asIncidenceResult(inc) # }
Run the code above in your browser using DataLab