-
Notifications
You must be signed in to change notification settings - Fork 1
/
TODO_plan_explore_pages.txt
50 lines (23 loc) · 1.14 KB
/
TODO_plan_explore_pages.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
### explore page
###########
Variables that need to look at the actual paper and parameters:
- stakes: "expected value of the task"; EV gotten by a subject that is risk neutral. [€]
- value of safe option [€]
- share val_safe_option/stakes [float \in (0-1)]
############
Variables that depend on the task only:
- nchoices: nombre de choix [int]
- safe_option: does the task have one or more options with exactly zero variance? [True/False]
- is_50_50: [True/False]
- varying_dimension: categorical variable; probabilities vary; outcomes vary; both vary
[eg: BRET: both vary; EG: outcoms vary; HL: prob vary; IG: outcome varies]
- has_losses [True/False]
- is_price_list [True/False]
_ is_visual [True/False]
######
Site layout
1. one page where subjects choose among the above variables, and then a TABLE with mean/st.dev is created by interaction of all the categories.
2. same but with a dot-whisker plot
3. people choose a configuration of variables, and a REGRESSION is made with an lm() and displayed as a table
4. same, but with coefficient plot
5. difficut: to explore further: generate custom plots given the choices of people.