splitplot {languageR}R Documentation

Simulated split-plot data set with subjects and items

Description

Simulated lexical decision latencies with SOA as treatment, using a split-plot design with subjects and items, as available in Raaijmakers et al. (1999).

Usage

data(splitplot)

Format

A data frame with 64 observations on the following 4 variables.

Subject
a factor coding subjects.
RT
a numeric vector for simulated reaction times in lexical decision.
Item
a factor coding items.
SOA
a factor coding SOA treatment with levels long and short.

Source

Raaijmakers, J.G.W., Schrijnemakers, J.M.C. & Gremmen, F. (1999) How to deal with "The language as fixed effect fallacy": common misconceptions and alternative solutions, Journal of Memory and Language, 41, 416-426.

Examples

data(splitplot)
items.split.plot.fnc(splitplot)

[Package languageR version 0.1 Index]