| sizeRatings {languageR} | R Documentation |
Size ratings for 81 English concrete nouns
Description
Subjective estimates of the size of the referents of 81 English concrete nouns, collected from 38 subjects.
Usage
data(sizeRatings)
Format
A data frame with 3078 observations on the following 7 variables.
Ratinga numeric vector with subjective estimates of the size of the word's referent.
Subjecta factor with subjects as levels.
Worda factor with words as levels.
Classa factor with levels
animalandplant.Naivea factor with levels
naiveandnotNaive, coding whether the subject new about the purpose of the experiment.Languagea factor with levels
EnglishandnotEnglishcoding whether the subject was a native speaker of English.MeanFamiliaritya numeric vector for the by-item mean familiarity ratings.
Details
Data collected with Jen Hay, University of Canterbury, Christchurch, New Zealand, 2004.
Examples
## Not run:
data(sizeRatings)
require(lme4)
require(lmerTest)
require(optimx)
sizeRatings.lmer = lmer(Rating ~ Class * Naive +
MeanFamiliarity * Language + (1|Subject) + (1|Word),
control=lmerControl(optimizer="optimx",optCtrl=list(method="nlminb")),
data = sizeRatings)
summary(sizeRatings.lmer)
## End(Not run)
[Package languageR version 1.5.0 Index]