#Read in the ANT data (see ?ANT).
data(ANT)
head(ANT)
ezPrecis(ANT)
#Run ezMixed on the accurate RT data
rt_mix = ezMixed(
data = ANT[ANT$error==0,]
, dv = .(rt)
, random = .(subnum)
, fixed = .(cue,flank,group)
, progress_dir = 'rt_mix'
)
rt_mix = ezMixedProgress('rt_mix')
print(rt_mix$summary)
Run the code above in your browser using DataLab