Repeated Measure ANOVA in MATLAB for voice parameter significance

2 ビュー (過去 30 日間)
Savi Gaur
Savi Gaur 2021 年 9 月 25 日
コメント済み: Savi Gaur 2021 年 9 月 26 日
I have n=32 sample size, measured for 2 main parameter uttered speech and visual reaction time (RT) at 4 different times T1 baseline, T2 10 PM, T3 3AM and T4 next morning 7AM.. From the voice data 4 voice parameters Frequency, Jitter, Shimmer and HNR have been extracted using Praat software. I want find out significant difference between voice parameters and reactiong time for these 4 time intervals using R ANOVA in MATLAB. PLease give suggestions and solutions.
  3 件のコメント
Savi Gaur
Savi Gaur 2021 年 9 月 26 日
Q2 = readtable('Q2.xlsx');
Q2.Properties.VariableNames(3:7) = {'Fre', 'Jit', 'Shi', 'HN', 'RT'};
rm = fitrm( Q2, 'Fre-RT~Patient*Time');
ranovatbl = ranova(rm);
disp(ranovatbl);
Table 1- R ANOVA in MATLAB
Table 2_ R ANOVA in Statistica
There is differene in result table as in MATLAB to that of Statistica. How to get the table like Table 2
Savi Gaur
Savi Gaur 2021 年 9 月 26 日
Yes,
Ok
How to apply R_ANOVA and Posthoc

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeAnalysis of Variance and Covariance についてさらに検索

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by