minf | R Documentation |
Computes MinF' given F1 and F2 values obtained from by-subject and by-item analyses.
minf(df11,df12,f1,df21,df22,f2)
df11,df12,df21,df22 |
the degrees of freedom associated to f1 and f2. |
f1,f2 |
the F1 and F2 values. |
Return a vector containing (df1, df2, minf)
Reference: Herbert H. Clark (1973) "The Language-as-fixed-Effect Fallacy: A critique of Language Statistics in Psychological Research" in Journal of Verbal Learning and Verbal Behavior, 12, 335-359.
pf
.
minf(1,23,4,1,45,3.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.