pivot-table: Fix handling of current-layer in spv files, and update display.
[pspp] / doc / pspp-figures / crosstabs.sps
1 get file="personnel.sav".
2
3 crosstabs
4         /tables= occupation by sex
5         /cells = count expected
6         /statistics=chisq.
7
8