| verbs {languageR} | R Documentation |
A simplified version of the dative data set, used
for expository purposes only.
data(verbs)
A data frame with 903 observations on the following 5 variables.
RealizationOfRecNP
and PP.VerbAnimacyOfRecanimate and
inanimate.AnimacyOfThemeanimate and
inanimate.LengthOfThemeBresnan, J., Cueni, A., Nikitina, T. and Baayen, R. H. (2007) Predicting the dative alternation, in Bouma, G. and Kraemer, I. and Zwarts, J. (eds.), Cognitive Foundations of Interpretation, Royal Netherlands Academy of Sciences, 33 pages, in press.
data(verbs) head(verbs) xtabs( ~ RealizationOfRec + AnimacyOfRec, data = verbs) barplot(xtabs( ~ RealizationOfRec + AnimacyOfRec, data = verbs),beside=TRUE)