# =========================================================================================================== Data for Experiments 1-3: Dambacher, Haffke, Groß, & Hübner (2016). Graphs versus numbers: How information format affects risk aversion in gambling. Judgment and Decision Making. # =========================================================================================================== # ---------------------------------------------- Description of column labels # ---------------------------------------------- COL01: subnr = participant id COL02: exp = experiment id ("exp1" | "exp2" | "exp3") COL03: block = block number COL04: trial = trial number in block COL05: format = presentation format ("graphed-proabability" (exp1-3) | "graphed-outcome" (exp1-3) | "all-numeric" (exp3) | "all-graphed" (exp3) ) COL06: cond = expected value condition ("congruent" (exp1-2) | "pro-prob" (exp1-3) | "neutral" (exp1-2) | "pro-out" (exp1-3) ) COL07: prob1 = lottery A: probability presented in trial (+/- 2 point jitter of "plot1" in exp1-2) COL08: prob2 = lottery B: probability presented in trial (+/- 2 point jitter of "plot2" in exp1-2) COL09: val1 = lottery A: outcome presented in trial (+/- 2 point jitter of "vlot1" in exp1-2) COL10: val2 = lottery B: outcome presented in trial (+/- 2 point jitter of "vlot2" in exp1-2) COL11: plot1 = lottery A: nominal probability COL12: plot2 = lottery B: nominal probability COL13: vlot1 = lottery A: nominal outcome COL14: vlot2 = lottery B: nominal outcome COL15: resp = participant response (1=lottery A | 2=lottery B) COL16: rt = participant response time (in ms) COL17: profit = points won in trial COL18: gain = logical of winning non-zero outcome of chosen lottery (1=win | 0=no win) # ----------------------------------------------