how to use ranova with repeated repeated measurements

5 ビュー (過去 30 日間)
Jonas
Jonas 2023 年 7 月 6 日
コメント済み: Jonas 2023 年 7 月 10 日
dear community,
I have an experiment where 12 subjects were measured during 2 tasks and during each task, a certain value was measured 6 times (here during 6 tones). how can I use ranova on that? not only the 6 values of one instance may correlate but also over the 2 tasks those values may correlate. I want to know if the given response differs between T1 and T2. At the moment I use a variable called Tx to use it as factor, but I doubt that this is the right way:
load('rmtable.mat','rm_tbl');
rm = fitrm(rm_tbl, 'tone1-tone6 ~ Tx', 'WithinDesign', 1:6);
ranova_results = ranova(rm);
% this will give the significance of the the factor Tx ?
ranova_results{'Tx:Time','pValue'}
ans = 0.7101
best regards
Jonas
  2 件のコメント
Ive J
Ive J 2023 年 7 月 8 日
This may help :)
Jonas
Jonas 2023 年 7 月 10 日
thanks!

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeRepeated Measures and MANOVA についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by