12
USING SPSS TRANSFORMING DATA (COMPUTE – 2 nd METHOD)

Using Spss Compute (Another Method)

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Using Spss   Compute (Another Method)

USING SPSS

TRANSFORMING DATA

(COMPUTE – 2nd METHOD)

Page 2: Using Spss   Compute (Another Method)

Transform Compute

Page 3: Using Spss   Compute (Another Method)

Transform Compute

This is to compute (i.e. creating) a new variable from the existing variables in the data file.

A new variable “Participation” from the variables p1, p2, p3, p4, and p5 is to be created.

(Assuming items “p1 – p5” represent participation in decision-making)

Since SPSS allows a maximum of eight characters for a variable name, we are going to use “PARTICPN” for “Participation”.

The following slides will explain how to compute this variable.

Page 4: Using Spss   Compute (Another Method)

Transform Compute Dialog Box

Type “PARTICPN” in the Target Variable box

Page 5: Using Spss   Compute (Another Method)

1. PARTICPN has been typed here

2. Press the “Type & Label” button

3. You can “label” the new variable or “Use expression as label”

4. Press “Continue” to proceed

Page 6: Using Spss   Compute (Another Method)

1. Highlight variable “p1” 2. Press this button

Page 7: Using Spss   Compute (Another Method)

Variable “p1 is sent to the “Numeric Expression” box

Choose the sign here, in this example the “+” sign is chosen

Page 8: Using Spss   Compute (Another Method)

The “+” sign

Page 9: Using Spss   Compute (Another Method)

1. Highlight “p2” 2. Press this button 3. “p2”

Page 10: Using Spss   Compute (Another Method)

Repeat the process until all the required variables are selected, and the final Numeric Expression” is in the following form:

p1 + p2 + p3 + p4 + p5

Page 11: Using Spss   Compute (Another Method)

p1 + p2 + p3 + p4 + p5

Press “OK” to execute

Page 12: Using Spss   Compute (Another Method)

The new variable “PARTICPN” has been created.

These are the scores of “PARTICPN” for the respondents