Learn R Programming

languageR (version 1.0)

sizeRatings: 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)

Arguments

Details

Data collected with Jen Hay, University of Canterbury, Christchurch, New Zealand, 2004.

Examples

Run this code
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

Run the code above in your browser using DataLab