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.  variables

    Posted 07/15/21 09:17 AM

    Dear

    I need to convert three independent variables (V1; V2; V3) into categories of a new variable (V (n): Cat1 (v1) .; Cat2 (v2); Cat3 (v3)). I have studied the procedures of Counting and recoding variables but they do not work. Please could you tell me if it is possible to create the new three category variable in SPSS.

    Thank you



    ------------------------------
    DAMIAN HERRERA
    ------------------------------

    #SPSSStatistics


  • 2.  RE: variables

    Posted 07/15/21 09:19 AM
    Please clarify with an example.

    --





  • 3.  RE: variables

    Posted 07/15/21 11:44 AM

    Dear Jon Peck

    I have three variables: V1 (Non-religious); V2 (something religious); V3 (very religious)

    I want to unite the three variables in a single variable (religiosity) with three categories: Category 1 (Non-religious); Category 2 (somewhat religious); category 3 (very religious)

     

    How could I do it with SPSS?

     

    Thanks

     

     

    Please clarify with an example. -- Jon K Peck jkpeck@gmail.com -posted to the "SPSS Statistics" group

    IBM Community

    SPSS Statistics

    Post New Message

     

    Re: variables

    Jon Peck

    Jul 15, 2021 9:19 AM

    Jon Peck

    Please clarify with an example.

     

    --

    Jon K Peck
    jkpeck@gmail.com




      Reply to Group Online   View Thread   Recommend   Forward  


    Dear<o:p></o:p>

    I need to convert three independent variables (V1; V2; V3) into categories of a new variable (V (n): Cat1 (v1) .; Cat2 (v2); Cat3 (v3)). I have studied the procedures of Counting and recoding variables but they do not work. Please could you tell me if it is possible to create the new three category variable in SPSS.<o:p></o:p>

    Thank you<o:p></o:p>



    ------------------------------
    DAMIAN HERRERA
    ------------------------------



     

     

    You are subscribed to "SPSS Statistics" as DAMIHERRERA@HOTMAIL.COM. To change your subscriptions, go to My Subscriptions. To unsubscribe from this community discussion, go to Unsubscribe.





  • 4.  RE: variables

    Posted 07/15/21 12:37 PM
    So, I suppose that the input variables are dichotomous.  Assuming that they are 0/1 you can just do
    compute religiosity = v1 + 10 * v2 + 100* v3.
    or something similar.

    --