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

Description Usage Arguments Value Author(s) See Also Examples

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

1

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

p

The p-value of the by-subject anova.

data

The input dataset.

model

The fitted model.

Author(s)

R. H. Baayen

See Also

See also simulateLatinsquare.fnc.

Examples

1
2
3
4
5
## Not run: 
data(latinsquare)
subjects.latinsquare.fnc(latinsquare)$p

## End(Not run)

languageR documentation built on May 2, 2019, 10:02 a.m.