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

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

p p-value for by-subject F-test.
data Data set with aggregated subject means.
model Anova table of fitted model.

Author(s)

R. H. Baayen

See Also

See also simulateSplitPlot.fnc.

Examples

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

[Package languageR version 0.1 Index]