Dear all,
I often use tabout to describe my data but I am now struggling with the presentation of missing data.
Let's consider a factor variable var1 with four levels, one of them being "missing"
If I tabulate the factor, I get:
Array
However, what I would like to get with tabout is something like this:

Array


I could easily do it "by hand" for one single variable but the problem is that I have many similar variables in my dataset and I'd like to find something more automatic

I've been searching a solution for days now.
I've tried to use loops and the append option but it can't get a decent formatting.
I've also tried to use option mi but then it considers missing values in the calculation of proportions and in the test while I only need frequencies.
I would be very happy to receive any good idea!
Many thanks!
Robin