summariseCohortOverlap {CohortCharacteristics} | R Documentation |
Summarise overlap between cohorts in a cohort table
Description
Summarise overlap between cohorts in a cohort table
Usage
summariseCohortOverlap(cohort, cohortId = NULL, strata = list())
Arguments
cohort |
A cohort table in the cdm. |
cohortId |
A cohort definition id to restrict by. If NULL, all cohorts will be included. |
strata |
A list of variables to stratify results. These variables must have been added as additional columns in the cohort table. |
Value
A summary of overlap between cohorts in the cohort table.
Examples
library(CohortCharacteristics)
cdm <- CohortCharacteristics::mockCohortCharacteristics()
summariseCohortOverlap(cdm$cohort2) |> dplyr::glimpse()
mockDisconnect(cdm = cdm)
[Package CohortCharacteristics version 0.2.2 Index]