This function carries out a Quasi-F test for data with columns labelled SOA, Subject, Item. This function is called by simulate.quasif.fnc, and is not intended for general use.
quasiFsim.fnc(dat)
A list with components
The p-value of the quasi-F test.
The input data.
The linear model fitted to the data.
a list with F, df1, df2 and p-value of quasi-F test.
A data frame with RT (or RTsim), SOA, Subject and Item as predictors.
R. H. Baayen
See Also quasiF.fnc
.
data(quasif)
quasiFsim.fnc(quasif)$quasiF
Run the code above in your browser using DataLab