Learn R Programming

languageR (version 0.2)

quasiF.split.plot.fnc: Quasi-F test for simple split-plot design

Description

This function carries out a Quasi-F test for a simple split-plot design for data with columns labelled SOA, Subject, Item. This function is called by simulate.split.plot.fnc, and is not intended for general use.

Usage

quasiF.split.plot.fnc(dat)

Arguments

dat
A data frame with RT (or RTsim), SOA, Subject and Item as predictors.

Value

  • A list with components
  • pThe p-value of the quasi-F test.
  • dataThe input data.
  • modelThe linear model fitted to the data.
  • qFa list with F, df1, df2 and p-value of quasi-F test.

See Also

See Also quasiF.fnc.

Examples

Run this code
data(splitplot)
    quasiF.split.plot.fnc(splitplot)$quasiF

Run the code above in your browser using DataLab