sizeRatings {languageR} | R Documentation |
Subjective estimates of the size of the referents of 81 English concrete nouns, collected from 38 subjects.
data(sizeRatings)
A data frame with 3078 observations on the following 7 variables.
Rating
Subject
Word
Class
animal
and plant
.Naive
naive
and notNaive
,
coding whether the subject new about the purpose of the experiment.Language
English
and notEnglish
coding whether the subject was a native speaker of English.MeanFamiliarity
Data collected with Jen Hay, University of Canterbury, Christchurch, New Zealand, 2004.
## Not run: data(sizeRatings) library(lme4, keep.source = FALSE) sizeRatings.lmer = lmer(Rating ~ Class * Naive + MeanFamiliarity * Language + (1|Subject) + (1|Word), data = sizeRatings) pvals.fnc(sizeRatings.lmer)$summary ## End(Not run)