| heid | R Documentation |
A simplified version of the primingHeid dataset.
data(heid)
A data frame with 832 observations on the following 4 variables.
Subjecta factor with subjects as levels.
Worda factor with words as levels.
RTa numeric vector with logarithmically transformed reaction times in visual lexical decision.
BaseFrequencya numeric vector with the logarithmically transformed frequency of the base adjective of the word with the suffix -heid.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.