I have been trying to analyse COVID-19 related data where each subject submits reports and measurements of vitals. I need to classify patients based on the parameters recorded. Here is an example, dummy data:
ID | reporting date | heart rate | Saturation | respiratory rate |
1233 | 15.Jul | 98 | 96 | 16 |
1233 | 17.Jul | 80 | 90 | 18 |
1233 | 20.Jul | 75 | 95 | 19 |
1233 | 25.Jul | 78 | 98 | 25 |
I would simply need Stata to look, within each ID, for any responses fulfilling the condition, regardless of the date, and without the need to reshape the data. Is this even possible?
I appreciate your help
Omar
0 Response to Multiple response analysis
Post a Comment