Learn R Programming

languageR (version 0.2)

items.split.plot.fnc: 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
  • pp-value of F-test for SOA.
  • datathe input data.
  • modelthe fitted model.

See Also

See also simulateSplitPlot.fnc.

Examples

Run this code
data(splitplot)
items.split.plot.fnc(splitplot)

Run the code above in your browser using DataLab