Learn R Programming

languageR (version 0.2)

subjects.split.plot.fnc: By-subject analysis of simple split-plot data sets

Description

This function is called by simulateSplitPlot.fnc for by-subject analysis of simulated split-plot datasets. It is not intended for independent use.

Usage

subjects.split.plot.fnc(dat)

Arguments

dat
A data frame with variables RT or RTsim , SOA, Subject and Item.

Value

  • A list with components
  • pp-value for by-subject F-test.
  • dataData set with aggregated subject means.
  • modelAnova table of fitted model.

See Also

See also simulateSplitPlot.fnc.

Examples

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

Run the code above in your browser using DataLab