Perform Two-way ANOVA
ANOVA2.Anal(mSetObj=NA, thresh=0.05, p.cor="fdr", type="time0", aov.type=1, use.interact=1)
Input the name of the created mSetObj (see InitDataObjects)
Input the p-value threshold
Select method for p-value correction, bonferroni, holm or fdr
Select b to perform between-subjects ANOVA, and w for within-subjects ANOVA
Specify 1 for ANOVA type 1, or 3 for ANOVA type 3
Numeric, whether to consider interaction in two-way repeated ANOVA (1) or not (0).