Description Format Source References Examples
Data described in Pham and Baayen (2015)
A data frame with 15021 observations on the following 6 variables.
HeadWorda factor specifying the word stimuli
RTinva numeric vector with transformed reaction times (-1000/RT)
MidLevelTonea factor specifying whether the first syllabeme carries mid level tone (TRUE/FALSE)
LogFreqthe frequency of the compound
LogFreqSyl1the frequency of the left syllabeme
LogFreySyl2the frequency of the right syllabeme
Pham, H. and Baayen, R. H. (2015) Vietnamese compounds show an anti-frequency effect in visual lexical decision. Language, Cognition, and Neuroscience, 30.9, pp. 1077-1095.
Pham, H. and Baayen, R. H. (2015) Vietnamese compounds show an anti-frequency effect in visual lexical decision. Language, Cognition, and Neuroscience, 30.9, pp. 1077-1095.
1 2 3 4 5 | data(vietnamese)
library(mgcv)
vietnamese.gam = bam(RTinv ~ MidLevelTone + s(LogFreq) + te(LogFreqSyl1, LogFreqSyl2), data=vietnamese, method="ML")
summary(vietnamese.gam)
plot(vietnamese.gam, pages=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.