Learn R Programming

languageR (version 1.5.0)

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

p

The p-value of the by-subject anova.

data

The input dataset.

model

The fitted model.

See Also

See also simulateLatinsquare.fnc.

Examples

Run this code
# NOT RUN {
data(latinsquare)
subjects.latinsquare.fnc(latinsquare)$p
# }

Run the code above in your browser using DataLab