| Title: | CodePsych |
|---|---|
| Description: | Example Psychology data sets for learning R. |
| Authors: | Susan Buck [aut, cre] |
| Maintainer: | Susan Buck <[email protected]> |
| License: | GPL-3 |
| Version: | 0.0.0.9002 |
| Built: | 2026-05-21 05:58:11 UTC |
| Source: | https://github.com/susanBuck/codepsych |
Simulated reaction time data from a Stroop-style task, intended for demonstration and teaching purposes in introductory psychology and data analysis courses.
A data frame with 10,800 rows and 7 variables:
Unique participant identifier
Trial number within participant
Trial condition: "congruent" or "incongruent"
Color word displayed (e.g., "red", "green", "blue")
Ink color of the word displayed
Key pressed by the participant: "r", "g", or "b"
Response time in milliseconds
Each participant completed multiple trials in both congruent and incongruent conditions, responding to the ink color of color words while ignoring the word meaning.
Simulated data distributed with course materials