thomasgladwin / teg_RMA

General framework for organizing data for N-way repeated measures analyses in Matlab (and partly Python), including an implementation of repeated measures ANOVA
GNU General Public License v3.0
1 stars 0 forks source link

Undefined function or variable 'teg_ttest' #2

Open mara172 opened 6 years ago

mara172 commented 6 years ago

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!

thomasgladwin commented 6 years ago

Hi Mara,

Ach, there was an additional subdirectory missing, sorry! I've added it now, that's teg_basic_stats.zip. It should work with the unzipped directory added to the path. Please let me know whether it works with that added!

Best wishes,

Thomas

mara172 commented 6 years ago

Ok its solved! Thanks for the fast response!

thomasgladwin commented 6 years ago

Great, thanks for letting me know!