SPSS Statistics

SPSS Statistics

Your hub for statistical analysis, data management, and data documentation. Connect, learn, and share with your peers! 

 View Only
  • 1.  Zero Frequencies

    Posted Mon May 24, 2021 02:44 PM

    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?






    #SPSSStatistics
    #Support
    #SupportMigration


  • 2.  RE: Zero Frequencies

    Posted Mon May 24, 2021 03:03 PM

    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)






    #SPSSStatistics
    #Support
    #SupportMigration


  • 3.  RE: Zero Frequencies

    Posted Mon May 24, 2021 03:21 PM

    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.






    #SPSSStatistics
    #Support
    #SupportMigration


  • 4.  RE: Zero Frequencies

    Posted Mon May 24, 2021 05:33 PM

    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.






    #SPSSStatistics
    #Support
    #SupportMigration