Experiment investigating the effect of training order on
category learning performance reported in
Edmunds, Wills, Milton (2017), Experiment 3.
This DAU contains stimulus image files, raw data, and analysis
scripts, all in open cross-platform formats (see the
file format notes).
PLY42longData.csv (893
KB) - Trial-level raw data. Column headings are as follows:
DAU: Experiment name
Participant: Participant ID (unique across entire
experiment)
Condition: Experimental condition (either EasyAll,
HardAll or AllAll. AllAll is an incomplete condition,
N=9, not reported in the paper)
Block: Block number
SubBlock: Values from 1 to 5 that change every 30
trials to aid with learning curve graphs
Trial: Trial number
StimulusNo: Unique ID for each stimulus (number
corresponds to numbered PNG files in PLY22stimuli.zip)
Length: The value of each stimulus on the line
length dimension (in arbitrary units)
Orientation: The value of each stimulus on the
orientation dimension (in arbitrary units)
Category: The category assignment for each stimulus
(Category A=0 and Category B=1)
Difficulty: The difficulty of that stimulus (Easy,
Med, Hard)
Response: The response the participant gave (Category
A=90, Category B=191)
Correct: Whether the participant was correct or not
(0 = incorrect, 1 = correct)
RT: Reaction time in milliseconds
PLY42verbalReports.pdf
(2.4 MB) - Scanned copies of the strategy reports produced by
each participant. Prefix participant numbers with '42' to
match up to the other files in this repository
(e.g. participant 103 in this file is participant 42103 in the
other files).
PLY42verbalReports.csv
(1 KB) - Participant level strategy information from verbal
reports given by participants. Column headings are as follows:
CERE: Classification of participant's strategy by
Charlotte E.R. Edmunds.
GW: Classification of participant's strategy by Gemma
Williams
Agreed: Classification of participant's strategy
agreed by CERE and GW after discussion. For this and the
previous two columns the codes are:
2D = Generic two-dimensional rule
CJ=Conjunction rule
CJ2 = A double conjunction
NA = No relevant strategy information
RuleX = Rule plus exception
SUR = Sequential unidimensional rules
Udexp = Unidimensional rule plus exception
UDL = Unidimensional rule based on line length
UDO = Unidimensional rule based on
orientation
CEREyes: Whether CERE thought the participant reported
a strategy or not (1 = yes, 0 = no)
GWyes: Whether GW thought participants reported a
strategy or not (1 = yes, 0 = no)
AgreedYes: Presence of straetgy agreed by CERE and GW
after discussion (1 = yes, 0 - no)
simpStrat: Simplified strategies. All complex
rule-based strategies are given the label "Complex", and
both unidimensional strategies are defined as "UD"
R scripts for analysis of PLY22. You will
need R, plus the
following packages that are available on
CRAN:
effsize, ggplot2, irr, rmisc, ez, nlme, lsmeans, grt
PLY42 Functions.R (6
KB) - functions required by the other scripts, below.