heid {languageR} | R Documentation |
A simplified version of the primingHeid
dataset.
data(heid)
A data frame with 832 observations on the following 4 variables.
Subject
Word
RT
BaseFrequency
De 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.
## Not run: data(heid) heid = aggregate(heid$RT, list(heid$Word, heid$BaseFrequency), mean) colnames(heid) = c("Word", "BaseFrequency", "MeanRT") ## End(Not run)