subjects.split.plot.fnc {languageR} | R Documentation |
This function is called by simulateSplitPlot.fnc
for by-subject
analysis of simulated split-plot datasets. It is not intended for
independent use.
subjects.split.plot.fnc(dat)
dat |
A data frame with variables RT or RTsim , SOA, Subject and Item. |
A list with components
p |
p-value for by-subject F-test. |
data |
Data set with aggregated subject means. |
model |
Anova table of fitted model. |
R. H. Baayen
See also simulateSplitPlot.fnc
.
data(splitplot) subjects.split.plot.fnc(splitplot)