Description Usage Arguments Value Author(s) See Also Examples
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.
1 | quasiFsim.fnc(dat)
|
dat |
A data frame with RT (or RTsim), SOA, Subject and Item as predictors. |
A list with components
p |
The p-value of the quasi-F test. |
data |
The input data. |
model |
The linear model fitted to the data. |
qF |
a list with F, df1, df2 and p-value of quasi-F test. |
R. H. Baayen
See Also quasiF.fnc
.
1 2 | data(quasif)
quasiFsim.fnc(quasif)$quasiF
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.