Aa M
2022-08-31 14:08:30 UTC
Hello!
First off, I am a newbie when it comes to SPSS!
I am trying to create an index, but I cannot get the coding worked out (I also tried the menu functions, but that did not work either).
I want to recode three indexes with yes/no answers into one index:
NUMERIC NewIndex.
COMPUTE NewIndex = SUM((Old1, Old2, Old3)/3).
EXECUTE.
I have tried different versions of code, hoping to luck out. The example above is one of the versions... The output did not make sense - either a table that listed fractions (which I think has to do with divisor) or just a ranking...
Thank you for your feedback!
First off, I am a newbie when it comes to SPSS!
I am trying to create an index, but I cannot get the coding worked out (I also tried the menu functions, but that did not work either).
I want to recode three indexes with yes/no answers into one index:
NUMERIC NewIndex.
COMPUTE NewIndex = SUM((Old1, Old2, Old3)/3).
EXECUTE.
I have tried different versions of code, hoping to luck out. The example above is one of the versions... The output did not make sense - either a table that listed fractions (which I think has to do with divisor) or just a ranking...
Thank you for your feedback!