Sometimes you have a dataset that has a value you need to count. Let’s say you have a file with 7,000 student records. Each case has a variable called ‘Section’ that contains numerical codes indicating which section a student was registered in. You need to know the headcount in each section. You could run a [...]