How do I count all the non missing observations of a bunch of categorical variables then present these counts on a bar chart? I have tried proc freq, output to a data set then use proc means sum option. This is very time consuming because I need to do that to like 10 variables and I am sure there’s a smarter way to do this Also need to compare the counts Thank you!!
... View more