main.aov | R Documentation |
Perform the mixed anova for each experimental phase.
main.aov(data, phase = NULL)
data |
data frame |
phase |
analysis phases. Mandatory parameter, it could be: 'baseline' 'induction', 'learning', or 'transfer'. |
anova table
df<-data.frame('your data') main.aov(df,phase='induction') main.aov(df,'induction')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.