Hello,
After spending an excruciatingly long time getting my dataset cleaned, I am having issues now trying to get the descriptive tables to appropriately show the subjects and variables in the columns and rows, respectively, with the scores listed due to the repeated measures in my table. Being that my data is in the long form, all of the scores are shown instead of the actual variables (i.e. survey names) in the columns or rows with the subjects when I try to tabulate the data. Would transforming the data into the wide form be more appropriate in this case?
To elaborate on my end goal, I am trying to make a table showing the average subscores from the surveys (listed in rows) for each subject listed in the columns. I had tried tabulating by subject_id survey variable to no avail. I had also tried bysort commands (i.e. bysrot subject_id: sum survey variable) and other variations of these with little luck.
Thanks