Summary of categorical levels
I want to get a summary of the values of a column, using another as a "By" group. It's like what Summary() does with N Categories, but I want a list of the actual values, not just the number of them. For example take this table:I want something like: I'm thinking I could do something with using the 'Category' as a subgroup in Summary(), then Recode and Combine Columns()? Any better or more clev...
vince_faller