Learn R Programming

languageR (version 1.0)

heid: Lexical decision latencies for words ending in -heid

Description

A simplified version of the primingHeid dataset.

Usage

data(heid)

Arguments

References

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.

Examples

Run this code
data(heid)
heid = aggregate(heid$RT, list(heid$Word, heid$BaseFrequency), mean)
colnames(heid) = c("Word", "BaseFrequency", "MeanRT")

Run the code above in your browser using DataLab