Hi there,
I tried you matlab files as you mentioned. But I got following error:
O = teg_RMA(M, 2, varname)
Undefined function or variable 'teg_ttest'.
Error in teg_RMA_ANOVA (line 12)
[p, t, df, effs] = teg_ttest(y, 0);
Error in teg_RMA (line 192)
[F, df1, df2, p, SSM, SSE, MSM, MSE, eta, eps0, bModel] = teg_RMA_ANOVA(M, X0, B, Bcoder, contvec, perm_test,
nIts_perm);
Maybe you can help?
Many Thanks!