Learn R Programming

languageR (version 1.0)

items.quasif.fnc: By-item anova for simulated data for quasi-F analysis

Description

By-item anova for simulated data set as created within simulateQuasif.fnc. Not intended for independent use. Depends on the packages MASS, coda and lme4.

Usage

items.quasif.fnc(dat)

Arguments

dat
Simulated data set with Subjects, Item, and SOA treatment, as created within simulateQuasif.fnc, or the quasif dataset.

Value

  • A list with components
  • pp-value of F-test for SOA.
  • datathe input data.
  • modelthe fitted model.

See Also

See also simulateQuasif.fnc.

Examples

Run this code
data(quasif)
items.quasif.fnc(quasif)

Run the code above in your browser using DataLab