vietnamese: vietnamese visual lexical decision from Pham and Baayen...

Description Format Source References Examples

Description

Data described in Pham and Baayen (2015)

Format

A data frame with 15021 observations on the following 6 variables.

HeadWord

a factor specifying the word stimuli

RTinv

a numeric vector with transformed reaction times (-1000/RT)

MidLevelTone

a factor specifying whether the first syllabeme carries mid level tone (TRUE/FALSE)

LogFreq

the frequency of the compound

LogFreqSyl1

the frequency of the left syllabeme

LogFreySyl2

the frequency of the right syllabeme

Source

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.

References

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.

Examples

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)

dmbates/RePsychLing documentation built on May 15, 2019, 9:19 a.m.