SPSS Statistics

 View Only

how can I translate SPSS DISCRIMINANT command into sas?

  • 1.  how can I translate SPSS DISCRIMINANT command into sas?

    Posted Thu April 29, 2021 10:13 AM
    Dear all,

    i have a question, how can I translate the following codes intos sas?

    oms
    /select tables
    /if commands= 'Discriminant' subtypes = 'Classification Function Coefficients'
    /destination format = sav
    outfile ="C:\temp\out,sav".
    DISCRIMINANT
    /GROUPS=m16(11 29)
    /VARIABLES=!Varliste/ANALYSIS ALL
    /SAVE=CLASS SCORES
    /METHOD=WILKS
    /PIN= .05
    /POUT= .10
    /PRIORS SIZE
    /HISTORY
    /STATISTICS=COEFF
    /CLASSIFY=NONMISSING POOLED .
    omsend.

    many thanks! 


    ------------------------------
    xiaoqin Oezener-Wan
    ------------------------------

    #SPSSStatistics