Week #3 Data Manipulation and Transformation
Week #3 Data Manipulation and Transformation
1 2
3 4
5 6
8
7
7 8
9 10
9 10
12
11 12
13 14
13 14
COMPUTE PROCEDURE
Before you can even begin to analyze your data, you
may have to switch them around somehow. Your data
consists of different scales or test items, and you are
interested to find the total scores on the them.
– You can create a new variable by calculating values
of existing variables. e.g you want to find the total
score on a specific test items or the scores of
subscales.
– You can compute values selectively for subsets of
data based on logical conditions.
– You can use over 70 built-in functions, including
arithmetic functions, statistical functions,
distribution functions, and string functions for the
15
data transformation.
16
15 16
17 18
19 20
21
21