SPSS Statistics

SPSS Statistics

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


#Analytics
#SPSSStatistics
#Analyticstools
 View Only
  • 1.  what does mean the function missing nexto to a var name

    Posted 04/14/22 04:36 AM

    in a sintaxis

    IF ((P03 >= 7 and P03 <= 14) and P14<=2 and P15=2 and missing(p16a))

    p03 is age

    p14 1 is read and wrinte 2 is only read

    p15 is 2 not asist to a school

    p16a last scolarship grade approved






    #SPSSStatistics
    #Support
    #SupportMigration


  • 2.  RE: what does mean the function missing nexto to a var name

    Posted 04/14/22 05:46 AM

    What meaning the function missing(varname) in this sintaxis?






    #SPSSStatistics
    #Support
    #SupportMigration


  • 3.  RE: what does mean the function missing nexto to a var name

    Posted 04/21/22 06:17 PM

    Hi Support Member​ 

    The MISSING(varname) function is a logical function that checks for the absence of a value in a variable.

    In this case, you are looking for a missing value in the 'p16a' variable.

     

    See this discussion in the Command syntax Reference Guide:

    https://www.ibm.com/docs/en/spss-statistics/28.0.0?topic=expressions-missing-values

     

    Support Member​ 






    #SPSSStatistics
    #Support
    #SupportMigration