forked from chri4354/nofeedback_trust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ANOVA table built and used correctly * Influence calculated as Niccolo did * ANOVA uses trial data instead of summary
- Loading branch information
mjaquiery
committed
Jan 26, 2018
1 parent
1a36b5f
commit 9ef0f67
Showing
2 changed files
with
70 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
# Experiments on trust in feedback and feedback-free scenarios | ||
This repository contains the scripts used to run the experiments on trust in feedback and no feedback social scenarios, as reported in my PhD thesis (https://ora.ox.ac.uk/objects/uuid:04e42d0e-8133-4a4d-8fc0-27324876bfba). The relative papers are under review or in preparation. | ||
# Experiments on social influence in decision-making in the absence of feedback | ||
## Foundation | ||
This repository is built on top of code produced by [Niccolo Pescetelli](https://github.com/chri4354) during his [PhD thesis](https://ora.ox.ac.uk/objects/uuid:04e42d0e-8133-4a4d-8fc0-27324876bfba), and those original scripts can be found on [his profile](https://github.com/chri4354/nofeedback_trust). The relative papers are under review or in preparation. | ||
|
||
## Introduction | ||
Previous work (see above) identified that, in the absence of objective feedback, people can use their own metacognitive information to evaluate the relative worth of advisors. Under certain circumstances this valuable heuristic approach leads to systematic errors. The code within this repository is for running MATLAB experiments to explore these errors and their consequences. |