Hello,
I use Redcap as a database and am trying to use Stata to filter and analyse data from this database. In Redcap you can store data in multiple instruments so that when you export it, you will have data spread across different rows for the same individual. I need to have this data filled out across all rows for some variables.
For example, in the screenshot: my unique identifier for each individual is cohort_id. For cohort_id 1, age sex and site information isn't present until row 3 (but I have other required data on other rows). For cohort_id 2, this data isn't represented until the 6th row.
For another dataset, I was able to use this code: bysort cohort_id (site): replace site = site[1]
I repeated this for each variable I required data on all rows. But for this dataset, my data may be on row 2, 6 or anything else for the individual so I cannot use this code.
Does anyone know how I can get my data on each row per cohort_id? I don't even care if I have to slowly go through and do it one by one for each variable. Surely someone out there has struggled with this Redcap issue before!
Thank you.
Related Posts with Data management for REDCap exports with repeating instruments
Can we create inverse-distance spatial weighting matrices for point data?Hello, Can we create inverse-distance spatial weighting matrices for point data? I can create inve…
Installation splitsample in stataHi All, splitsample command is not a type of ssc , so how could I install it into Stata ? …
LSDV3 model: dummy variable omitted because of collinearityI am studying the notes titled "Practical Guides To Panel Data Modeling: A Step by Step Analysis Usi…
Merge distributional dotplotsHello everyone! I have the following four variables, plad, mlad, dlad and AcuteCoronarySyndromePheno…
Drawing simple path diagramDear all, I have an apparent simple question. I would like to graphically visualize my analytical st…
Subscribe to:
Post Comments (Atom)
0 Response to Data management for REDCap exports with repeating instruments
Post a Comment