items.split.plot.fnc {languageR}R Documentation

By-item anova for simulated split plot design

Description

By-item anova for simulated data set as created within simulateSplitPlot.fnc. Not intended for independent use. Depends on the packages MASS, coda and lme4.

Usage

items.split.plot.fnc(dat)

Arguments

dat Simulated data set with Subjects, Item, and SOA treatment, as created within simulateSplitPlot.fnc, or the splitplot dataset.

Value

A list with components

p p-value of F-test for SOA.
data the input data.
model the fitted model.

Author(s)

R. H. Baayen

See Also

See also simulateSplitPlot.fnc.

Examples

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

[Package languageR version 0.1 Index]