You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main purpose of the package is to generate mock OMOP CDM (Observational Medical Outcomes Partnership Common Data Model) data to facilitating the testing of various packages within the OMOPverse ecosystem.
Found this OMOCK package: https://github.com/OHDSI/omock
The main purpose of the package is to generate mock OMOP CDM (Observational Medical Outcomes Partnership Common Data Model) data to facilitating the testing of various packages within the OMOPverse ecosystem.
Step 1 - Install:
Step 2 - import required libraries:
Step 3 - making an empty cdm reference. This includes the person and observation tables (as they are required) but they are currently empty:
Step 4 - Once we have have our empty cdm reference, we can quickly add a person and observation tables with a specific number of individuals.
The text was updated successfully, but these errors were encountered: