Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
risk_seeking_aversion_scale [2013/12/03 01:54] filination created |
risk_seeking_aversion_scale [2019/10/27 05:00] (current) filination |
||
---|---|---|---|
Line 21: | Line 21: | ||
</blockquote> | </blockquote> | ||
- | I ran these from the IPIP (risk taking) : | + | I ran these from the [[https://ipip.ori.org/newJPI-RKey.htm|IPIP (risk taking)]] (cite as: IPIP Risk-Taking scale (Goldberg, 1999, Jackson, 1994)) : |
<blockquote> | <blockquote> | ||
- I enjoy being reckless | - I enjoy being reckless | ||
Line 32: | Line 32: | ||
- I do crazy things | - I do crazy things | ||
</blockquote> | </blockquote> | ||
+ | |||
+ | I personally used a Likert scale from 1 (strongly disagree) to 7 (strongly agree). | ||
+ | <code> | ||
+ | |||
+ | recode risktaking_6 risktaking_7 (1=7) (2=6) (3=5) (4=4) (5=3) (6=2) (7=1) (ELSE=SYSMIS) into risktaking_6r risktaking_7r. | ||
+ | compute risktaking=mean(risktaking_1, risktaking_2, risktaking_3, risktaking_4, risktaking_5, risktaking_6r, risktaking_7r, risktaking_8). | ||
+ | EXECUTE. | ||
+ | |||
+ | RELIABILITY | ||
+ | /VARIABLES=risktaking_1, risktaking_2, risktaking_3, risktaking_4, risktaking_5, risktaking_6r, risktaking_7r, risktaking_8 | ||
+ | /SCALE('Risk taking') ALL | ||
+ | /MODEL=ALPHA. | ||
+ | </code> |