It just me or are 17's table & collect commands more confusing than ever?
Anyway, all I'm trying to do is take a list of variables, all of which take on the same values (0, 1) and have the same labels (No, Yes) and put them all into the same table where each variable is a row and the column is the value label, and then the statistics are frequencies and percentages who were yes and no. Like:
-----------------------------------
|
| No Yes Total
--------------+--------------------
|
ageelig | 11 77 88
othrelig | 5 157 162
noelig | 19 120 139
-----------------------------------
Anyway, all I'm trying to do is take a list of variables, all of which take on the same values (0, 1) and have the same labels (No, Yes) and put them all into the same table where each variable is a row and the column is the value label, and then the statistics are frequencies and percentages who were yes and no. Like:
-----------------------------------
|
| No Yes Total
--------------+--------------------
|
ageelig | 11 77 88
othrelig | 5 157 162
noelig | 19 120 139
-----------------------------------
Comment