| heid {languageR} | R Documentation |
A simplified version of the primingHeid dataset.
data(heid)
A data frame with 832 observations on the following 4 variables.
SubjectWordRTBaseFrequencyDe Vaan, L., Schreuder, R. and Baayen, R. H. (2007) Regular morphologically complex neologisms leave detectable traces in the mental lexicon, The Mental Lexicon, 2, in press.
data(heid)
heid = aggregate(heid$RT, list(heid$Word, heid$BaseFrequency), mean)
colnames(heid) = c("Word", "BaseFrequency", "MeanRT")