Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
free_will_and_determinism_scale [2012/03/16 00:52] filination |
free_will_and_determinism_scale [2013/05/12 23:31] (current) filination [The Free Will and Determinism Scale] |
||
---|---|---|---|
Line 20: | Line 20: | ||
1 - Totally Disagree | 1 - Totally Disagree | ||
3 - Unsure | 3 - Unsure | ||
- | 5 - Totally Disagree | + | 5 - Totally Agree |
<blockquote> | <blockquote> | ||
Line 66: | Line 66: | ||
- Randomness: items 3, 7, 11, 15, 19, 23, 27R | - Randomness: items 3, 7, 11, 15, 19, 23, 27R | ||
- Free Will: items 4, 8, 12, 16, 20R, 24R, 28 | - Free Will: items 4, 8, 12, 16, 20R, 24R, 28 | ||
+ | |||
+ | ===== SPSS code ===== | ||
+ | |||
+ | <code> | ||
+ | * only for the freewill part. | ||
+ | RECODE p24 p20 (5=1) (4=2) (3=3) (2=4) (1=5) INTO p24r p20r. | ||
+ | VARIABLE LABELS p24r 'p24r' /p20r 'p20r'. | ||
+ | EXECUTE. | ||
+ | |||
+ | compute freewill=mean(paulhusfwd_4,paulhusfwd_8,paulhusfwd_12,paulhusfwd_16,p24r,p20r,paulhusfwd_28). | ||
+ | exec. | ||
+ | </code> |