ndphillips / EE-Goals

0 stars 0 forks source link

Create plot showing relationship between strength of evidence of strategies and choice proportions #31

Closed ndphillips closed 7 years ago

ndphillips commented 7 years ago

Create a plot showing the relationship between how much the two strategies (rsf v. ev) favor an option, and how likely it was to be chosen by participants.

e.g.

for RSF, you can calculate the probability that optionA vs. optionB gets you to the goal. Then calculate the difference. As a function of this difference, how likely are people to choose the option favored by RSF?

For EV, you could do a d-prime on the two distributions. e.g.; mean(a) / sd(a) - mean(b) / sd(b). The more extreme the d-prime, the more people should choose the option with the higher mean

mdsteiner commented 7 years ago

For the RSF model the curve has the shape we expect it to have:

grafik

Also for the EV mode. in the goal condition (note that d primes are rounded to whole numbers to have large enoug batches to get a more or less smooth curve):

grafik

But for the No Goal condition there does not seem to be a relation (or actually a strange one) between d primes and probability of choosing option 1:

grafik

ndphillips commented 7 years ago

Interesting plots! I especially like the first one for the RSF condition.

Can you re-run these plots with the following change

1) Group the data by creating X bins (e.g.; 10) on the x-axis and show mean values on the y-axis. This should greatly smooth out the plots. Also, consider indicating how much data was in each bin, perhaps by plotting the size of the points as a function of the number of samples.

image

mdsteiner commented 7 years ago

So I rerun the plots. I printed the proportion of the samplesize used in each bin on top of the points to make it clear. All plots show heavy clustering near evidence strength 0...

RSF option: grafik

EV option, Goal condition: grafik

EV option, No Goal condition: grafik

ndphillips commented 7 years ago

Great! The RSF plot for the goal condition looks beautiful.

Any idea what is causing the strange dip is in the EV plots? Are these mostly trials in the beginning or end of the game? Something we might want to explore later. But not critical at this point so I'll close the issue.