Hello,
Is there an easy way to produce a frequency table for multiple variables that all have the same range of values?
For example, I have Var1-Var30 which each contain possible values 1, 2, 3, 4, and 5. What I'd like to do is get a table that has for each variable the # of times each value appears in the dataset. I know I could do this individually by variable or loop it through all the variables but was wondering if there is an easy way to get just one table of frequencies.
Thank you.
Is there an easy way to produce a frequency table for multiple variables that all have the same range of values?
For example, I have Var1-Var30 which each contain possible values 1, 2, 3, 4, and 5. What I'd like to do is get a table that has for each variable the # of times each value appears in the dataset. I know I could do this individually by variable or loop it through all the variables but was wondering if there is an easy way to get just one table of frequencies.
Thank you.
Comment