weightRatings: Subjective estimates of the weight of the referents of 81...

Description Usage Format References Examples

Description

Subjective estimates on a seven-point scale of the weight of the referents of 81 English nouns.

Usage

1

Format

A data frame with 1620 observations on the following 7 variables.

Subject

a factor with subjects as levels.

Rating

a numeric vector.

Trial

a numeric vector with the weight ratings.

Sex

a factor with levels F and M.

Word

a factor with words as levels.

Frequency

a numeric vector with log-transformed lemma frequencies as available in the CELEX lexical database.

Class

a factor with levels animal and plant.

References

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

Examples

1
2
3
4
5
6
## Not run: 
data(weightRatings)
xylowess.fnc(Rating ~ Frequency | Subject, data = weightRatings, 
  xlab = "log Frequency", ylab = "Weight Rating")

## End(Not run)

languageR documentation built on May 2, 2019, 10:02 a.m.