SPSS Statistics

SPSS Statistics

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

 View Only
Expand all | Collapse all

How to convert various dichotomous variables into one polynomial variable with spss?

  • 1.  How to convert various dichotomous variables into one polynomial variable with spss?

    Posted Wed June 16, 2021 02:14 PM
    How to convert various dichotomous variables into one polynomial variable with spss?

    Is it possible to DO IT with SPSS?

    ¿cómo convertir diversas variables dicotómicas en una variable polinómica con spss?

    ¿Es posible HACERLO con SPSS?

    Thanks






    #SPSSStatistics
    #Support
    #SupportMigration


  • 2.  RE: How to convert various dichotomous variables into one polynomial variable with spss?

    Posted Wed June 16, 2021 03:23 PM

    One way to do this is to just multiply by powers of 2 (or 10) and add. For example,

    compute poly = v1 + v2*10 + v3* 10**2 + ...

    ,






    #SPSSStatistics
    #Support
    #SupportMigration