Your hub for statistical analysis, data management, and data documentation. Connect, learn, and share with your peers!
Hi, I have a small sample. I want to view the categories for the zero frequencies in the tables. How do I do this, please?
Assuming that you have value labels for the empty categories. you could run CTABLES with syntax like this
CTABLES /TABLE variable.
For a more comprehensive view, you could use the CODEBOOK procedure (Analyze > Reports > Codebook)
I forgot to precise that it is a one variable table, frequency table. The suggested commands are for two variable tables? Right? Thank you for your answer, it is appreciated.
No. The CTABLES syntax would give you a column like the first column from FREQUENCIES (you could add other statistics if desired). All the CODEBOOK tables are for individual variables. Try it.