Hindsight Bias Data - Between-Groups Format
Description
Simulated data from a hindsight bias study in which participants viewed celebrity faces and estimated recognition time at baseline and again after receiving an outcome cue. The between-groups factor is whether participants saw old or new faces in the hindsight phase. Each row represents one participant-face trial.
Usage
hindsight_mg_data
Format
A tibble with 600 rows (60 participants x 10 faces) and 7 variables:
- participant_id
- Unique participant identifier
- face_id
- Face stimulus identifier (1-10)
- condition
- Between-groups experimental condition: Old (1), New (2)
- fame_level
- Celebrity fame level: Extremely Famous (1), Moderately Famous (2)
- score_1
- Time to identify celebrity at baseline (seconds)
- score_2
- Time to identify celebrity in hindsight phase (seconds)
- correct
- Correct identification at baseline: Incorrect (0), Correct (1)
Source
Simulated data generated to illustrate hindsight bias in a between-groups design.