There is no support for this currently in any of the official commands, but this can be a useful feature when trying to create tabulations where you specifically want to show zero frequency counts.
As a quick example to demonstrate this, consider the following.
Code:
tabi 0 1 2 \ 0 3 4
Code:
. tabi 0 1 2 \ 0 3 4 | col row | 2 3 | Total -----------+----------------------+---------- 1 | 1 2 | 3 2 | 3 4 | 7 -----------+----------------------+---------- Total | 4 6 | 10
Leave a comment: