SPSS Statistics

SPSS Statistics

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

 View Only
  • 1.  Syntax to remove table from output

    Posted Wed May 04, 2022 09:05 AM
    I am using the syntax below to remove a statistics table from the output (to a PDF document).  The remaining syntax is for frequency tables.  This appears to cause issues with SPSS.  Is this correct syntax, if not what is? thanks

    OUTPUT MODIFY
    /select TABLES
    /if SUBTYPES=['statistics']
    /deleteobject delete=YES


    ------------------------------
    Lori Lostracco
    ------------------------------

    #SPSSStatistics


  • 2.  RE: Syntax to remove table from output

    Posted Wed May 04, 2022 09:08 AM
    I don't see a problem with this syntax, which does delete the table.  What sort of problem are you having?

    --