CohortMethod
CohortMethod copied to clipboard
An R package for performing new-user cohort studies in an observational database in the OMOP Common Data Model.
These are currently S3. R6 will allow external developers (e.g. those working on a GUI) to create the JSON for these objects.
`createCohortMethodSimulationProfile` returns a covariate prevalence table and denominator that allows for the possibility of identifying persons. Proposed code for optional parameter in the 'create' function, and new function that sets...
Currently calibration precedes diagnostics, possibly leading to overly wide confidence intervals after calibration. This will require moving the diagnostics into the `runCmAnalyses()` function.
As described here: https://www.medrxiv.org/content/10.1101/2024.04.23.24306230v1
When running CohortMethod with multiple analyses, if there are no negative control outcomes, but a large number (>4) of outcomes of interest, summarizeResults fails with the following error: > Error...