powered by
Similar to contr.helmert, but then scaled to estimate differences between conditions. Use in design().
contr.helmert
design()
contr.anova(n)
A contrast matrix.
An integer. The number of items for which to create the contrast
{ design_DDMaE <- design(data = forstmann,model=DDM, contrasts = list(E = contr.anova), formula =list(v~S,a~E, t0~1, s~1, Z~1, sv~1, SZ~1), constants=c(s=log(1))) }
Run the code above in your browser using DataLab