05.-ANOVA

Copy, Paste and Adaptt

Anova.fnc(mydata, dv='rt', between.factor='group',

to.pdf=T, type=2)

between.factor=c('A','B')

within.factor=list(time=c('before','after'))

Anova.fnc(datos, between.factor=between.factor,

within.factor=within.factor,

col.start.rm=4, to.pdf=T, type=3)

Objetivo

Anova.fnc function performs a fixed effect unifactorial and multifactorial analysis of variance between groups, within groups and split-plot designs.

You can estimate the following models: