What is the easiest way to count the number of occurrences in a column when rows duplicate?
What is the easiest way to count the number of occurrences in a column when rows duplicate based on another column?I can of course create a new table without duplicate rows or a script, but can this be done with say Tabulate?Example: I want to know how many men and women. F(n=3) and M(n=2).Person Sex 1 F2 F2 F3 M3 M4 ...
