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
Why there are omitted variables after I run a regression?Dear Stata Users, Please, help me with the following issue. I have the following regression: Code:…
adding a legend for xlineHello, I am trying something like below to add a legend for the green vertical xline that I added o…
Year and industry fixed effectsHi guys, In my regression model, I need to control for year and industry fixed effects. However, I'…
creating quarter of birth dummyHow can i create a quarter of birth dummy with a variable expressed as 01jan1999 ? thank you …
Count the number of different values (ignoring missing)Hello everyone, I want to count the number of different values ignoring missing by pid. Code: * E…
Subscribe to:
Post Comments (Atom)
0 Response to Data management for REDCap exports with repeating instruments
Post a Comment