subjects.latinsquare.fnc {languageR} | R Documentation |
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 |
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
## Not run:
data(latinsquare)
subjects.latinsquare.fnc(latinsquare)$p
## End(Not run)
[Package languageR version 1.5.0 Index]