Learn R Programming

languageR (version 1.2)

subjects.latinsquare.fnc: By-subject analysis of simple Latin Square data sets

Description

This function is called by simulateLatinsquare.fnc for by-subject analysis of simulated Latin Square datasets. It is not intended for independent use.

Usage

subjects.latinsquare.fnc(dat)

Arguments

dat
A data frame with variables RT or RTsim , SOA, Subject, Item, Group and List, as in the latinsquare data set.

Value

  • A list with components
  • pThe p-value of the by-subject anova.
  • dataThe input dataset.
  • modelThe fitted model.

See Also

See also simulateLatinsquare.fnc.

Examples

Run this code
data(latinsquare)
subjects.latinsquare.fnc(latinsquare)$p

Run the code above in your browser using DataLab