
Originally Posted by
divishoot
Well if you mean to do a few simple statistic reports of a few variables within different groups i.e gender;age groups;education groups;etc.
then yes it should be quite simple to use forv loops.
You can either loop over a value of a variable or as I often do create consecutive variables i.e var1 var2 etc., each representing a different interest group and loop over the number in the variable name.
To export these results matrices are simple and are easily transfered to excel.
If this is what you mean I can write a few simple examples of this.