OHDSI Home | Forums | Wiki | Github

Where do I find the person_ids that are the result of the CohortMethod?

HI all

I have a question about cohort method at ATLAS.
When I run the R code generated from the ATLAS ‘estimation’, I am looking for the treated and comparator person_ids that are the result of ‘head (analysisSummary)’, but I do not know where to look.
Which table should I look for?

I suggest reading both vignettes of the CohortMethod package (see the ‘Getting Involved’ section on the first page) .

analysisSummary is, as the name suggests, a summary of the analyses. This file is generated by analyzing the output of runCmAnalysis. This output is also automatically stored as the file outcomeModelReference.rds. It contains the names of the files used in the analysis for the various intermediary results. If you want to know which people were used in the final outcome model, you should load the files in the strataPop column.

t